D3DDDICB_QUERYADAPTERINFO - NtDoc

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

typedef struct _D3DDDICB_QUERYADAPTERINFO {
  [out]    VOID *pPrivateDriverData;
  [in/out] UINT PrivateDriverDataSize;
} D3DDDICB_QUERYADAPTERINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDICB_QUERYADAPTERINFO structure

Description

The D3DDDICB_QUERYADAPTERINFO structure contains information that describes the graphics adapter.

Members

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.

See also

pfnQueryAdapterInfoCb