dxdiagn.dllGetRootContainer
Microsoft DirectX 9.0 SDK Update (October 2004)

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.




© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.