Reports info about the lifetime of an object or objects.
public:
HRESULT ReportLiveObjects(
GUID apiid,
DXGI_DEBUG_RLO_FLAGS flags
)
apiid
Type: GUID
The globally unique identifier (GUID) of the object or objects to get info about. Use one of the DXGI_DEBUG_ID GUIDs.
flags
Type: DXGI_DEBUG_RLO_FLAGS
A DXGI_DEBUG_RLO_FLAGS-typed value that specifies the amount of info to report.
Type: HRESULT
Returns S_OK if successful; an error code otherwise. For a list of error codes, see DXGI_ERROR.
Header: Declared in dxgidebug.h.
Library: Use d3d11.lib.