//+--------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 1994. // // File: fill.hxx // // Contents: Declarations for routines to fill the volumes view with data // // History: 20-May-93 BruceFo Created // //---------------------------------------------------------------------------- #ifndef __FILL_HXX__ #define __FILL_HXX__ ////////////////////////////////////////////////////////////////////////////// VOID FillListView( IN BOOL bSetDefaultSelection ); #endif // __FILL_HXX__