?/TD> |
Microsoft DirectX 9.0 |
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_UNINITIALIZED The requested object has not been initialized. E_OUTOFMEMORY Could not allocate sufficient memory to complete the call. E_INVALIDARG An invalid argument was passed to the returning function. E_NOINTERFACE No object interface is available.