// 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 referenceNo description available.
The process verifier options.
hProcessA handle to the process.
TypeThe type of process verifier.
ModeThe mode of process verifier.
DataThe process verifier data.