typedef struct D3D11_QUERY_DESC {
D3D11_QUERY Query;
UINT MiscFlags;
} D3D11_QUERY_DESC;
Query
Type of query (see D3D11_QUERY).
MiscFlags
Miscellaneous flags (see D3D11_QUERY_MISC_FLAG).
Header: Declared in d3d11_x.h (d3d11.h on other Windows platforms).