dxdiagn.dllInitialize
Microsoft DirectX 9.0 SDK Update (October 2004)

IDxDiagProvider::Initialize Method


Initializes an IDxDiagProvider object.

Syntax

HRESULT Initialize(      

    DXDIAG_INIT_PARAMS *pParams );

Parameters

pParams
[in] DXDIAG_INIT_PARAMS that specifies the initialization parameters.

Return Value

Returns S_OK if successful. Otherwise, returns one of the following values:

E_POINTERAn invalid pointer, usually NULL, was passed as a parameter.
E_INVALIDARGAn invalid argument was passed to the returning function.
E_OUTOFMEMORYCould not allocate enough memory to complete the operation.




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