MF_MDL_SHARED_PAYLOAD_KEY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ks-_mf_mdl_shared_payload_key)

_MF_MDL_SHARED_PAYLOAD_KEY structure

Description

This union is used internally by the operating system.

Members

combined

This member is used internally by the operating system.

combined.pHandle

This member is used internally by the operating system.

combined.fHandle

This member is used internally by the operating system.

combined.uPayload

This member is used internally by the operating system.

GMDLHandle

This structure is used internally by the operating system.