ID3D11Device::CreateQuery Method
This interface encapsulates methods for querying information from the GPU.
Syntax
HRESULT CreateQuery(
[in] const D3D11_QUERY_DESC *pQueryDesc,
[out] ID3D11Query **ppQuery
);
Parameter
pQueryDesc [in]
Typ: const D3D11_QUERY_DESC*Pointer to a query description (see D3D11_QUERY_DESC).
ppQuery [out]
Typ: ID3D11Query**Address of a pointer to the query object created (see ID3D11Query).
Rückgabewert
Typ: HRESULT
This method returns E_OUTOFMEMORY if there is insufficient memory to create the query object. See Direct3D 11 Return Codes for other possible return values.
Hinweise
Anforderungen
Header |
D3D11.h |
Bibliothek |
D3D11.lib |