D3DDDICB_QUERYADAPTERINFO structure (d3dumddi.h)

The D3DDDICB_QUERYADAPTERINFO structure contains information that describes the graphics adapter.

Syntax

typedef struct _D3DDDICB_QUERYADAPTERINFO {
  [out]    VOID *pPrivateDriverData;
  [in/out] UINT PrivateDriverDataSize;
} D3DDDICB_QUERYADAPTERINFO;

Members

[out] pPrivateDriverData

A pointer to a buffer that the display miniport driver can fill with information about the graphics adapter.

[in/out] PrivateDriverDataSize

The size, in bytes, of the buffer that pPrivateDriverData points to.

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

pfnQueryAdapterInfoCb