NTSTATUS __stdcall PiProcessRequeryDeviceState(_PNP_DEVICE_ACTION_ENTRY *Request){
_DEVICE_OBJECT *DeviceObject;
NTSTATUS v2;
int v3;
DeviceObject = Request->DeviceObject;
v2 = 0;
v3 = *((_DWORD *)DeviceObject->DeviceObjectExtension->DeviceNode + 75);
if( v3 == 776 )
{
PiProcessQueryDeviceState(DeviceObject);
}
else if( (unsigned int)(v3 - 787) <= 1 )
{
return -1073741738;
}
return v2;
}