IDXGIDebug::ReportLiveObjects method (dxgidebug.h)
Reports info about the lifetime of an object or objects.
See the Memory management sample.
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
Note This API requires the Windows Software Development Kit (SDK) for Windows 8.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2012 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | dxgidebug.h |
DLL | DXGIDebug.dll |