D3DDDIARG_GETQUERYDATA - NtDoc

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

typedef struct _D3DDDIARG_GETQUERYDATA {
  [in]  HANDLE hQuery;
  [out] VOID   *pData;
} D3DDDIARG_GETQUERYDATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDIARG_GETQUERYDATA structure

Description

The D3DDDIARG_GETQUERYDATA structure contains query information that was retrieved from the user-mode display driver.

Members

hQuery [in]

The handle to the query that was created by the CreateQuery function.

pData [out]

A pointer to a buffer that the driver fills with data that is related to a query, if the query type is one that requires data.

See also

CreateQuery

GetQueryData