Lines Matching defs:ulBootDrive
502 ULONG ulBootDrive = 0;
505 &ulBootDrive, sizeof ulBootDrive);
506 buffer[0] = 'A' - 1 + ulBootDrive; // duh, 1-based index...
1034 ULONG ulBootDrive = 0;
1037 &ulBootDrive, sizeof ulBootDrive);
1038 buffer[0] = 'A' - 1 + ulBootDrive; // duh, 1-based index...
1048 ULONG ulBootDrive = 0;
1051 &ulBootDrive, sizeof ulBootDrive);
1052 buffer[0] = 'A' - 1 + ulBootDrive; // duh, 1-based index...