IDXDiagContainer::GetNumberOfChildContainers

Returns the number of IDXDiagContainer objects in this container.

HRESULT GetNumberOfChildContainers(
  DWORD * pdwCount
);

Parameters

pdwCount
[out] Receives the number of IDXDiagContainer objects in the container.

Return Values

Returns S_OK if successful. Otherwise, returns the following value: E_INVALIDARG

Requirements

Header: Declared in Dxdiag.h.