ID3D11Query::GetDesc Method

Get a query description.

Syntax

public:
void GetDesc(
         D3D11_QUERY_DESC *pDesc
)  

Parameters

pDesc
Type: D3D11_QUERY_DESCĀ *

[out] Pointer to a query description (see D3D11_QUERY_DESC).

Return value

None.

Requirements

Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).

Library: Use d3d11_x.lib (d3d11.lib on other Windows platforms).

See also

ID3D11Query

ID3D11Query Members