D3DKMT_ADAPTERINFO - NtDoc

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

typedef struct _D3DKMT_ADAPTERINFO {
  D3DKMT_HANDLE hAdapter;
  LUID          AdapterLuid;
  ULONG         NumOfSources;
  BOOL          bPrecisePresentRegionsPreferred;
} D3DKMT_ADAPTERINFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3DKMT_ADAPTERINFO structure

Description

Supplies information about an adapter.

Members

hAdapter

A handle to the adapter.

AdapterLuid

A LUID value that uniquely identifies the adapter, typically until the operating system is rebooted. The LUID value changes whenever:

NumOfSources

The number of video present sources supported by the adapter.

bPrecisePresentRegionsPreferred

If TRUE, the adapter prefers precise present regions.

See also

D3DKMT_ENUMADAPTERS2