// d3dkmthk.h
typedef struct _D3DKMT_ADAPTERINFO {
D3DKMT_HANDLE hAdapter;
LUID AdapterLuid;
ULONG NumOfSources;
BOOL bPrecisePresentRegionsPreferred;
} D3DKMT_ADAPTERINFO;
View the official Windows Driver Kit DDI referenceNo description available.
Supplies information about an adapter.
hAdapterA handle to the adapter.
AdapterLuidA LUID value that uniquely identifies the adapter, typically until the operating system is rebooted. The LUID value changes whenever:
NumOfSourcesThe number of video present sources supported by the adapter.
bPrecisePresentRegionsPreferredIf TRUE, the adapter prefers precise present regions.