D3DKMT_PROCESS_VERIFIER_OPTION structure (d3dkmthk.h)

The process verifier options.

Syntax

typedef struct _D3DKMT_PROCESS_VERIFIER_OPTION {
  HANDLE                              hProcess;
  D3DKMT_PROCESS_VERIFIER_OPTION_TYPE Type;
  D3DKMT_VERIFIER_OPTION_MODE         Mode;
  D3DKMT_PROCESS_VERIFIER_OPTION_DATA Data;
} D3DKMT_PROCESS_VERIFIER_OPTION;

Members

hProcess

A handle to the process.

Type

The type of process verifier.

Mode

The mode of process verifier.

Data

The process verifier data.

Requirements

Requirement Value
Header d3dkmthk.h