Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for system use. Do not use.
Syntax
typedef struct _D3DKMT_QUERYSTATISTICS_ADAPTER_INFORMATION_FLAGS {
union {
struct {
UINT64 NumberOfMemoryGroups : 2;
UINT64 SupportsDemotion : 1;
UINT64 Reserved : 61;
};
D3DKMT_ALIGN64 UINT64 Value;
};
} D3DKMT_QUERYSTATISTICS_ADAPTER_INFORMATION_FLAGS;
Members
NumberOfMemoryGroups
SupportsDemotion
Reserved
Value
Requirements
| Requirement | Value |
|---|---|
| Minimum supported server | Windows Server 2022 |
| Header | d3dkmthk.h |