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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp118 typedef struct SUPDRVDEVEXTSTUB struct
122 } SUPDRVDEVEXTSTUB; typedef in typeref:struct:SUPDRVDEVEXTSTUB
124 typedef SUPDRVDEVEXTSTUB *PSUPDRVDEVEXTSTUB;
125 /** Value of SUPDRVDEVEXTSTUB::Common.u32Cookie. */
442 rcNt = IoCreateDevice(pDrvObj, sizeof(SUPDRVDEVEXTSTUB), &DevName, FILE_DEVICE_UNKNOWN, 0, FALSE, &g_pDevObjStub);

Completed in 55 milliseconds