?/TD> |
Microsoft DirectX 9.0 |
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 if header is built against correct version. This value must be DXDIAG_DX9_SDK_VERSION.
- bAllowWHQLChecks
- Specifies whether the Microsoft?DirectX?Diagnostic Tool is allowed to verify if 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.
- TRUE
- Allow verification.
- FALSE
- Do not allow verification.
- pReserved
- Reserved. Must be NULL.
Structure Information
Header dxdiag.h Minimum operating systems Windows 98