D3DDDIARG_GETQUERYDATA structure (d3dumddi.h)

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

Syntax

typedef struct _D3DDDIARG_GETQUERYDATA {
  [in]  HANDLE hQuery;
  [out] VOID   *pData;
} D3DDDIARG_GETQUERYDATA;

Members

[in] hQuery

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

[out] pData

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.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dumddi.h (include D3dumddi.h)

See also

CreateQuery

GetQueryData