Lines Matching defs:ulBootDrive
255 ULONG ulBootDrive = 0;
258 &ulBootDrive, sizeof ulBootDrive);
259 buffer[0] = 'A' - 1 + ulBootDrive; // duh, 1-based index...
679 ULONG ulBootDrive = 0;
682 &ulBootDrive, sizeof ulBootDrive);
683 buffer[0] = 'A' - 1 + ulBootDrive; // duh, 1-based index...
692 ULONG ulBootDrive = 0;
695 &ulBootDrive, sizeof ulBootDrive);
696 buffer[0] = 'A' - 1 + ulBootDrive; // duh, 1-based index...