D3DKMT_CREATESTANDARDALLOCATIONFLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

typedef struct _D3DKMT_CREATESTANDARDALLOCATIONFLAGS {
  union {
    struct {
      UINT Reserved : 32;
    };
    UINT Value;
  };
} D3DKMT_CREATESTANDARDALLOCATIONFLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_createstandardallocationflags)

D3DKMT_CREATESTANDARDALLOCATIONFLAGS structure

Description

The D3DKMT_CREATESTANDARDALLOCATIONFLAGS structure specifies flags to use when creating a standard allocation.

Members

Reserved

This value is reserved for use by the operating system.

Value

The value used to operate over the other members.

See also

D3DKMT_CREATESTANDARDALLOCATION