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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win.cpp1416 typedef struct DPCDATA struct
1437 } DPCDATA; typedef in typeref:struct:DPCDATA
1439 AssertCompileMemberAlignment(DPCDATA, aSamples, 64);
1448 * @param pvDeferredContext Pointer to the DPCDATA.
1454 DPCDATA *pData = (DPCDATA *)pvDeferredContext;
1487 DPCDATA *pData = (DPCDATA *)ExAllocatePoolWithTag(NonPagedPool, sizeof(DPCDATA), VBOXGUEST_DPC_TAG);
1490 RTLogBackdoorPrintf("VBoxGuest: DPC: DPCDATA allocatio
[all...]

Completed in 35 milliseconds