Changeset 1444 for trunk/dll/valid.h


Ignore:
Timestamp:
Jul 23, 2009, 1:24:23 AM (16 years ago)
Author:
Gregg Young
Message:

Rework of drivebar to rescan all drives and refresh media buttons and menu items grey out inappropriate menu items. Streamline Tree scan code and use semaphores to serialize access. Add NOEASUPPORT and LOCALHD driveflag; .LONGNAME usage fixes; (Tickets 377-386)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/valid.h

    r1402 r1444  
    1212  25 Dec 08 GKY Add code to allow write verify to be turned off on a per drive basis
    1313  08 Mar 09 GKY Additional strings move to PCSZs
     14  22 Jul 09 GKY Consolidated driveflag setting code in DriveFlagsOne
    1415
    1516***********************************************************************/
     
    2122VOID ArgDriveFlags(INT argc, CHAR ** argv);
    2223INT CheckDrive(CHAR Drive, CHAR * FileSystem, ULONG * type);
    23 VOID DriveFlagsOne(INT x);
     24VOID DriveFlagsOne(INT x, CHAR *FileSystem, VOID *volser);
    2425VOID FillInDriveFlags(VOID * dummy);
    2526VOID GetDesktopName(CHAR * objectpath, ULONG size);
     
    5455extern PCSZ RAMFS;
    5556extern PCSZ CBSIFS;
     57extern PCSZ LAN;
    5658extern BOOL fVerifyOffChecked[26];
    5759
Note: See TracChangeset for help on using the changeset viewer.