MF_MDL_SHARED_PAYLOAD_KEY union (ks.h)

This union is used internally by the operating system.

Syntax

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;

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.

Requirements

Requirement Value
Header ks.h (include Ks.h)