IDXDiagContainer::GetChildContainer

Retrieves a pointer to the specified child container.

HRESULT GetChildContainer(
  LPCWSTR pwszContainer,
  IDXDiagContainer ** ppInstance
);

Parameters

pwszContainer
[in] Specifies the NULL-terminated name of the container.
ppInstance
[out] Receives an instance of the child IDXDiagContainer specified by pwszContainer.

Return Values

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

Requirements

Header: Declared in Dxdiag.h.