// d3dumddi.h
typedef struct _D3DDDIARG_CREATEQUERY {
[in] D3DDDIQUERYTYPE QueryType;
[out] HANDLE hQuery;
} D3DDDIARG_CREATEQUERY;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDIARG_CREATEQUERY structure identifies a query to create.
QueryType [in]A D3DDDIQUERYTYPE-typed value that indicates the query type to create resources for.
hQuery [out]A handle to the query. The user-mode display driver's CreateQuery function returns this handle to the Microsoft Direct3D runtime.
The Direct3D runtime uses the handle that is specified by the hQuery member when the runtime calls: