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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c280 HANDLE DiskHandle,
292 DiskHandle : HANDLE of disk
310 SetFilePointer(DiskHandle, 0, NULL, FILE_BEGIN);
311 if (!ReadFile (DiskHandle, DiskPartition, 0x200, &BytesReturn, NULL)) {
356 SetFilePointer(DiskHandle, 0, NULL, FILE_BEGIN);
358 WriteFile (DiskHandle, DiskPartition, 0x200, &BytesReturn, NULL);
279 GetBootSectorOffset( HANDLE DiskHandle, PATH_INFO *PathInfo ) argument

Completed in 58 milliseconds