INT64 __fastcall PnpSetDeviceInstanceStartedEvent(
_DEVICE_OBJECT *DeviceObject,
_PNP_DEVICE_ACTION_REQUEST RequestType,
UINT8 ReorderingBarrier,
UINT64 RequestArgument,
_KEVENT *CompletionEvent,
INT64 *CompletionStatus){
INT64 result;
LODWORD(result) = PnpSetDeviceInstanceStartedEventFromDeviceInstance((UNICODE_STRING *)((char *)DeviceObject + 40));
return result;
}