_DXGK_CREATEALLOCATIONFLAGS2 structure

The DXGK_CREATEALLOCATIONFLAGS2 structure is reserved for system use. Do not use it in your driver.

Syntax

typedef struct _DXGK_CREATEALLOCATIONFLAGS2 {
  union {
    struct {
      UINT Resource;
      UINT Reserved;
    };
    UINT Value;
  };
} DXGK_CREATEALLOCATIONFLAGS2;

Members

Resource Reserved for system use.

Reserved Reserved for system use.

Value Reserved for system use.

Requirements

Version

Available in Windows 7 and later versions of the Windows operating systems.

Header

D3dkmddi.h (include D3dkmddi.h)