_PNP_DEVICE_ACTION_ENTRY

//0x68 bytes (sizeof) struct _PNP_DEVICE_ACTION_ENTRY { struct _LIST_ENTRY ListEntry; //0x0 struct _DEVICE_OBJECT* DeviceObject; //0x10 enum _PNP_DEVICE_ACTION_REQUEST RequestType; //0x18 UCHAR ReorderingBarrier; //0x1c struct _PNP_DEVICE_ACTION_REQUEST_ARGUMENT RequestArgument; //0x20 struct _KEVENT* CompletionEvent; //0x30 LONG* CompletionStatus; //0x38 struct _GUID ActivityId; //0x40 LONG RefCount; //0x50 UCHAR Dequeued; //0x54 struct _EX_PUSH_LOCK CancelLock; //0x58 UCHAR CancelRequested; //0x60 };