DXDIAG_INIT_PARAMS
Used by IDxDiagProvider::Initialize to initialize the IDxDiagProvider object.
typedef struct DXDIAG_INIT_PARAMS {
DWORD dwSize;
DWORD dwDxDiagHeaderVersion;
BOOL bAllowWHQLChecks;
VOID * pReserved;
} DXDIAG_INIT_PARAMS, *LPDXDIAG_INIT_PARAMS;
Members
- dwSize
- Specifies the size of the structure.
- dwDxDiagHeaderVersion
- Identifies whether the header is built against the correct version. This value must be DXDIAG_DX9__SDK_VERSION.
- bAllowWHQLChecks
- Specifies whether the DirectX Diagnostic tool is allowed to verify that the drivers are digitally signed by Microsoft Windows Hardware Quality Labs (WHQL). When doing this, the DirectX Diagnostic tool can connect to the Internet to download new WHQL certificates. The valid values are:
- TRUE
- Allow verification.
- FALSE
- Do not allow verification.
- pReserved
- Reserved. Must be NULL.