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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c446 HANDLE InputHandle; local
455 Status = GetFileHandle(InputInfo, ProcessMbr, &InputHandle, &InputDbrOffset);
471 if (!ReadFile (InputHandle, DiskPartition, 0x200, &BytesReturn, NULL)) {
519 CloseHandle (InputHandle);

Completed in 69 milliseconds