Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

Note  This API requires the Windows Software Development Kit (SDK) for Windows 8.
 

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

DXGIDebug.h

DLL

DXGIDebug.dll

See also

IDXGIDebug

 

 

Show:
© 2017 Microsoft