D3DKMDT_GDISURFACEFLAGS - NtDoc

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

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

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmdt-_d3dkmdt_gdisurfaceflags)

_D3DKMDT_GDISURFACEFLAGS structure

Description

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

Members

Reserved

Reserved for system use.

Value

Reserved for system use.