D3DDDICB_QUERYADAPTERINFO2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

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

D3DDDICB_QUERYADAPTERINFO2 structure

Description

The D3DDDICB_QUERYADAPTERINFO2 structure describes the graphics adapter.

Members

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.

See also

D3DDDI_QUERYADAPTERTYPE

pfnQueryAdapterInfoCb2