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.
Contains info about virtual address flags.
Syntax
typedef struct _D3DKMT_VIRTUALADDRESSFLAGS {
UINT VirtualAddressSupported : 1;
UINT Reserved : 31;
} D3DKMT_VIRTUALADDRESSFLAGS;
Members
VirtualAddressSupported
Indicates whether virtual addresses are supported.
Reserved
Reserved for internal use.
Requirements
Requirement | Value |
---|---|
Header | d3dkmthk.h |