// d3dkmdt.h
typedef struct _D3DKMDT_GDISURFACEFLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} D3DKMDT_GDISURFACEFLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMDT_GDISURFACEFLAGS structure is reserved for system use. Do not use it in your driver.
ReservedReserved for system use.
ValueReserved for system use.