D3DKMDT_GDISURFACEFLAGS structure (d3dkmdt.h)

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

Syntax

typedef struct _D3DKMDT_GDISURFACEFLAGS {
  union {
    struct {
      UINT Reserved : 32;
    };
    UINT Value;
  };
} D3DKMDT_GDISURFACEFLAGS;

Members

Reserved

Reserved for system use.

Value

Reserved for system use.

Requirements

Requirement Value
Minimum supported client Available in Windows 7 and later versions of the Windows operating systems.
Header d3dkmdt.h