D3DKMT_PROCESS_VERIFIER_OPTION - NtDoc

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

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_process_verifier_option)

_D3DKMT_PROCESS_VERIFIER_OPTION structure

Description

The process verifier options.

Members

hProcess

A handle to the process.

Type

The type of process verifier.

Mode

The mode of process verifier.

Data

The process verifier data.

Remarks

See also