ID3D12VideoDecodeCommandList::EndQuery method (d3d12video.h)

Ends a query.

Syntax

void EndQuery(
  ID3D12QueryHeap  *pQueryHeap,
  D3D12_QUERY_TYPE Type,
  UINT             Index
);

Parameters

pQueryHeap

A pointer to an ID3D12QueryHeap specifying the storage for this query.

Type

A member of the D3D12_QUERY_TYPE enumeration specifying the type of the query.

Index

The index of the query within the query heap.

Return value

None

Requirements

Requirement Value
Header d3d12video.h
DLL d3d12.dll