DXDIAG_INIT_PARAMS
Microsoft DirectX 9.0 SDK Update (October 2004)

DXDIAG_INIT_PARAMS Structure


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

Headerdxdiag.h
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.