?/TD>
Microsoft DirectX 9.0

IDxDiagProvider::GetRootContainer Method


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

Syntax

HRESULT GetRootContainer(      

    IDxDiagContainer **ppInstance );

Parameters

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

Return Value

If unsuccessful, returns one of the following values.

E_CO_UNINITIALIZEDThe requested object has not been initialized.
E_OUTOFMEMORYCould not allocate sufficient memory to complete the call.
E_INVALIDARGAn invalid argument was passed to the returning function.
E_NOINTERFACENo object interface is available.




© 2002 Microsoft Corporation. All rights reserved.