IDxDiagProvider::GetRootContainer

Creates and initializes an IDXDiagContainer object to be the root container.

HRESULT GetRootContainer(
  IDXDiagContainer ** ppInstance
);

Parameters

ppInstance
[in, out] Receives an instance of IDXDiagContainer.

Return Values

If unsuccessful, returns one of the following values: E_CO_UNINITIALIZED, E_OUTOFMEMORY, E_INVALIDARG, E_NOINTERFACE

Requirements

Header: Declared in Dxdiag.h.