ID3D12XboxDmaCommandList::BeginQuery Method

Starts a query running.

Syntax

public:
void BeginQuery(
         ID3D12QueryHeap *pQueryHeap,
         D3D12_QUERY_TYPE Type,
         UINT Index
)  

Parameters

pQueryHeap
Type: ID3D12QueryHeap *

[in] The ID3D12QueryHeap containing the query.

Type
Type: D3D12_QUERY_TYPE 

[in] One member of D3D12_QUERY_TYPE.

Index
Type: UINT 

[in] The index of the query within the query heap.

Return value

Type: void 

This method does not return a value.

Requirements

Header: Declared in d3d12_x.h.

Library: Use d3d12_x.lib.

See also

Reference

ID3D12XboxDmaCommandList Interface

ID3D12XboxDmaCommandList Members