IDXGIDebug::ReportLiveObjects method
Reports info about the lifetime of an object or objects.
Syntax
HRESULT ReportLiveObjects( GUID apiid, DXGI_DEBUG_RLO_FLAGS flags );
Parameters
- apiid
-
The globally unique identifier (GUID) of the object or objects to get info about. Use one of the DXGI_DEBUG_ID GUIDs.
- flags
-
A DXGI_DEBUG_RLO_FLAGS-typed value that specifies the amount of info to report.
Return value
Returns S_OK if successful; an error code otherwise. For a list of error codes, see DXGI_ERROR.
Remarks
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
|
DLL |
|
See also