// d3dkmthk.h
typedef struct _D3DKMT_ADAPTER_VERIFIER_OPTION {
D3DKMT_ADAPTER_VERIFIER_OPTION_TYPE Type;
D3DKMT_VERIFIER_OPTION_MODE Mode;
D3DKMT_ADAPTER_VERIFIER_OPTION_DATA Data;
} D3DKMT_ADAPTER_VERIFIER_OPTION;
View the official Windows Driver Kit DDI referenceNo description available.
The adapter verifier options.
TypeA D3DKMT_ADAPTER_VERIFIER_OPTION_TYPE, that defines the type of adapter verifier options.
ModeA D3DKMT_VERIFIER_OPTION_MODE, that defines the verifier option mode.
DataA D3DKMT_ADAPTER_VERIFIER_OPTION_DATA, that contains the verifier option data.