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

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win.cpp1441 # define VBOXGUEST_DPC_TAG 'DPCS' macro
1487 DPCDATA *pData = (DPCDATA *)ExAllocatePoolWithTag(NonPagedPool, sizeof(DPCDATA), VBOXGUEST_DPC_TAG);
1538 ExFreePoolWithTag(pData, VBOXGUEST_DPC_TAG);

Completed in 45 milliseconds