mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
596 B
13 lines
596 B
//----------------drivelist functions---------------------------------
|
|
void DriveList_DrawItem(PFileCabinet pfc, const DRAWITEMSTRUCT *lpdis);
|
|
void DriveList_MeasureItem(PFileCabinet pfc, MEASUREITEMSTRUCT *lpmi);
|
|
void DriveList_Command(PFileCabinet pfc, UINT idCmd);
|
|
void DriveList_UpdatePath(PFileCabinet psb, BOOL fInvalidate);
|
|
void DriveList_InitGlobals(void);
|
|
void DriveList_DestroyGlobals(void);
|
|
void DriveList_Reset(PFileCabinet pfc);
|
|
void DriveList_OpenClose(UINT uAction, HWND hwndDriveList);
|
|
#define OCDL_TOGGLE 0x0000
|
|
#define OCDL_OPEN 0x0001
|
|
#define OCDL_CLOSE 0x0002
|
|
|