// d3dumddi.h
typedef struct _D3DDDICB_QUERYADAPTERINFO2 {
[in] D3DDDI_QUERYADAPTERTYPE QueryType;
[out] VOID *pPrivateDriverData;
[in/out] UINT PrivateDriverDataSize;
} D3DDDICB_QUERYADAPTERINFO2;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDICB_QUERYADAPTERINFO2 structure describes the graphics adapter.
QueryType [in]A D3DDDI_QUERYADAPTERTYPE enumeration value that specifies the type of query.
pPrivateDriverData [out]A pointer to a buffer that receives the requested information. The format of the information is defined by QueryType.
PrivateDriverDataSize [in/out]The size, in bytes, of the buffer that pPrivateDriverData points to.