D3DKMT_QUERYADAPTERINFO - NtDoc

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

typedef struct _D3DKMT_QUERYADAPTERINFO {
  D3DKMT_HANDLE           hAdapter;
  KMTQUERYADAPTERINFOTYPE Type;
  VOID                    *pPrivateDriverData;
  UINT                    PrivateDriverDataSize;
} D3DKMT_QUERYADAPTERINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_queryadapterinfo)

D3DKMT_QUERYADAPTERINFO structure

Description

The D3DKMT_QUERYADAPTERINFO structure retrieves various information that describes the adapter.

Members

hAdapter

[in] A handle to the adapter that information is retrieved about.

Type

[in] A KMTQUERYADAPTERINFOTYPE enumeration value that indicates the type of information to retrieve.

pPrivateDriverData

[in/out] Pointer to a memory region that is interpreted based on the value of Type.

PrivateDriverDataSize

[in/out] The size, in bytes, of the buffer that pPrivateDriverData points to.

See also

KMTQUERYADAPTERINFOTYPE

D3DKMTQueryAdapterInfo

PFND3DKMT_QUERYADAPTERINFO