![]() |
![]() |
![]() |
Used by IDxDiagProvider::Initialize to initialize the IDxDiagProvider object.
Syntax
typedef struct _DXDIAG_INIT_PARAMS { DWORD dwSize; DWORD dwDxDiagHeaderVersion; BOOL bAllowWHQLChecks; VOID *pReserved; } DXDIAG_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 Microsoft 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.
Structure Information
Header dxdiag.h Minimum operating systems Windows 98