D3DKMT_PROCESS_VERIFIER_OPTION_DATA - NtDoc

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

typedef union _D3DKMT_PROCESS_VERIFIER_OPTION_DATA {
  D3DKMT_PROCESS_VERIFIER_VIDMM_FLAGS           VidMmFlags;
  D3DKMT_PROCESS_VERIFIER_VIDMM_RESTRICT_BUDGET VidMmRestrictBudget;
} D3DKMT_PROCESS_VERIFIER_OPTION_DATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_PROCESS_VERIFIER_OPTION_DATA structure

Description

The process verifier's option data.

Members

VidMmFlags

Video memory management flags.

VidMmRestrictBudget

Video memory management restrict budget.

Remarks

See also