D3DDDIARG_CREATEQUERY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dumddi.h

typedef struct _D3DDDIARG_CREATEQUERY {
  [in]  D3DDDIQUERYTYPE QueryType;
  [out] HANDLE          hQuery;
} D3DDDIARG_CREATEQUERY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_createquery)

_D3DDDIARG_CREATEQUERY structure

Description

The D3DDDIARG_CREATEQUERY structure identifies a query to create.

Members

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.

Remarks

The Direct3D runtime uses the handle that is specified by the hQuery member when the runtime calls:

See also

CreateQuery

DestroyQuery

GetQueryData

IssueQuery