Searched defs:_MRX_MAX_DRIVE_LETTERS (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dvbsf.h48 #define _MRX_MAX_DRIVE_LETTERS 26 macro
60 * The size (_MRX_MAX_DRIVE_LETTERS = 26) of the array presents the available drive letters C: - Z: of Windows.
62 CHAR cLocalConnections[_MRX_MAX_DRIVE_LETTERS];
63 PUNICODE_STRING wszLocalConnectionName[_MRX_MAX_DRIVE_LETTERS];

Completed in 47 milliseconds