VOID __stdcall PopClosePowerRequestObject(
_EPROCESS *Process,
VOID *Object,
UINT64 ProcessHandleCount,
UINT64 SystemHandleCount){
if( SystemHandleCount == 1 )
PopPowerRequestCleanUp((_PO_POWER_REQUEST *)Object);
}