Applications use the methods of the IDXDiagContainer interface to query objects and properties exposed by the Microsoft DirectX Diagnostic tool.
Method | Description |
---|---|
IDXDiagContainer::EnumChildContainerNames | Enumerates the name of the IDXDiagContainer object at the specified index. |
IDXDiagContainer::EnumPropNames | Enumerates the name of the property at the specified index. |
IDXDiagContainer::GetChildContainer | Retrieves a pointer to the specified child container. |
IDXDiagContainer::GetNumberOfChildContainers | Returns the number of IDXDiagContainer objects in this container. |
IDXDiagContainer::GetNumberOfProps | Retrieves the number of properties in this container. |
IDXDiagContainer::GetProp | Retrieves an instance of the specified property. |