ID3D12XboxDmaCommandList::CopyLastErrorCodeToMemoryX Method

Copies the last error code to memory.

Syntax

public:
void CopyLastErrorCodeToMemoryX(
         D3D12_GPU_VIRTUAL_ADDRESS Destination
)  

Parameters

Destination
Type: D3D12_GPU_VIRTUAL_ADDRESS 

[in] The memory location at which to write the error code. The content at that memory location will be one member of the D3D12_MESSAGE_ID enumeration.

Return value

None.

Remarks

Related methods for D3D11 on Xbox One:

Requirements

Header: Declared in d3d12_x.h.

Library: Use d3d12_x.lib.

See also

Reference

CopyLastErrorCodeToMemory

ID3D12XboxDmaCommandList Interface

ID3D12XboxDmaCommandList Members