Searched refs:_MRX_MAX_DRIVE_LETTERS (Results 1 - 2 of 2) 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];
H A Dvbsf.c665 if (cbOut >= _MRX_MAX_DRIVE_LETTERS && pu8Out)
673 RtlCopyMemory(pu8Out, pDeviceExtension->cLocalConnections, _MRX_MAX_DRIVE_LETTERS);
680 RxContext->InformationToReturn = _MRX_MAX_DRIVE_LETTERS;
708 if (cbOut >= _MRX_MAX_DRIVE_LETTERS && pu8Out)
710 SHFLMAPPING mappings[_MRX_MAX_DRIVE_LETTERS];
719 RtlZeroMemory(pu8Out, _MRX_MAX_DRIVE_LETTERS);
727 RxContext->InformationToReturn = _MRX_MAX_DRIVE_LETTERS;

Completed in 1549 milliseconds