This topic has not yet been rated - Rate this topic

ID3D11Debug::ReportLiveDeviceObjects method

Report information about a device object's lifetime.

Syntax


HRESULT ReportLiveDeviceObjects(
  [in]  D3D11_RLDO_FLAGS Flags
);

Parameters

Flags [in]

Type: D3D11_RLDO_FLAGS

A value from the D3D11_RLDO_FLAGS enumeration.

Return value

Type: HRESULT

This method returns one of the following Direct3D 11 Return Codes.

Remarks

ReportLiveDeviceObjects uses the value in Flags to determine the amount of information to report about a device object's lifetime.

Windows Phone 8: This API is supported.

Requirements

Header

D3D11SDKLayers.h

Library

D3D11.lib

See also

ID3D11Debug Interface

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.