?/TD> |
Microsoft DirectX 9.0 |
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_POINTER An invalid pointer, usually NULL, was passed as a parameter. E_INVALIDARG An invalid argument was passed to the returning function. E_OUTOFMEMORY Could not allocate enough memory to complete the operation.