D3DKMT_VERIFIER_OPTION_MODE - NtDoc

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

typedef enum _D3DKMT_VERIFIER_OPTION_MODE {
  D3DKMT_VERIFIER_OPTION_QUERY,
  D3DKMT_VERIFIER_OPTION_SET
} D3DKMT_VERIFIER_OPTION_MODE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-d3dkmthk-_d3dkmt_verifier_option_mode)

_D3DKMT_VERIFIER_OPTION_MODE enumeration

Description

The verifier option modes.

Constants

D3DKMT_VERIFIER_OPTION_QUERY

Query.

D3DKMT_VERIFIER_OPTION_SET

Set.

Remarks

See also