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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp1690 PVOID SectionPointer; /**< Out: section object. */ member in struct:MYSYSTEMGDIDRIVERINFO
1737 Info.SectionPointer = NULL;
1746 pImage->pvNtSectionObj = Info.SectionPointer;
1747 Log(("ImageAddress=%p SectionPointer=%p ImageLength=%#x cbImageBits=%#x rcNt=%#x '%ls'\n",
1748 Info.ImageAddress, Info.SectionPointer, Info.ImageLength, pImage->cbImageBits, rcNt, Info.Name.Buffer));
1750 SUPR0Printf("ImageAddress=%p SectionPointer=%p ImageLength=%#x cbImageBits=%#x rcNt=%#x '%ws'\n",
1751 Info.ImageAddress, Info.SectionPointer, Info.ImageLength, pImage->cbImageBits, rcNt, Info.Name.Buffer);

Completed in 56 milliseconds