// ks.h
typedef union _MF_MDL_SHARED_PAYLOAD_KEY {
struct {
ULONG pHandle;
ULONG fHandle;
ULONG64 uPayload;
} combined;
GUID GMDLHandle;
} MF_MDL_SHARED_PAYLOAD_KEY, *PMF_MDL_SHARED_PAYLOAD_KEY;
View the official Windows Driver Kit DDI referenceNo description available.
This union is used internally by the operating system.
combinedThis member is used internally by the operating system.
combined.pHandleThis member is used internally by the operating system.
combined.fHandleThis member is used internally by the operating system.
combined.uPayloadThis member is used internally by the operating system.
GMDLHandleThis structure is used internally by the operating system.