IDxDiagProvider::Initialize

Initializes an IDxDiagProvider object.

HRESULT Initialize(
  DXDIAG_INIT_PARAMS * pParams
);

Parameters

pParams
[in] DXDIAG_INIT_PARAMS that specifies the initialization parameters.

Return Values

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

Requirements

Header: Declared in Dxdiag.h.