// d3dumddi.h
typedef struct _D3DDDICB_QUERYADAPTERINFO {
[out] VOID *pPrivateDriverData;
[in/out] UINT PrivateDriverDataSize;
} D3DDDICB_QUERYADAPTERINFO;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDICB_QUERYADAPTERINFO structure contains information that describes the graphics adapter.
pPrivateDriverData [out]A pointer to a buffer that the display miniport driver can fill with information about the graphics adapter.
PrivateDriverDataSize [in/out]The size, in bytes, of the buffer that pPrivateDriverData points to.