IDXGIDebug::ReportLiveObjects Method

Reports info about the lifetime of an object or objects.

Syntax

public:
HRESULT ReportLiveObjects(
         GUID apiid,
         DXGI_DEBUG_RLO_FLAGS flags
)  

Parameters

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.

Return value

Type: HRESULT 

Returns S_OK if successful; an error code otherwise. For a list of error codes, see DXGI_ERROR.

Requirements

Header: Declared in dxgidebug.h.

Library: Use d3d11.lib.

See also

IDXGIDebug

IDXGIDebug Members