ID3D11Query1::GetDesc1 method (d3d11_3.h)

Gets a query description.

Syntax

void GetDesc1(
  [out] D3D11_QUERY_DESC1 *pDesc1
);

Parameters

[out] pDesc1

Type: D3D11_QUERY_DESC1*

A pointer to a D3D11_QUERY_DESC1 structure that receives a description of the query.

Return value

None

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps only]
Minimum supported server Windows Server 2016 [desktop apps only]
Target Platform Windows
Header d3d11_3.h
Library D3D11.lib

See also

ID3D11Query1