Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The D3DKMT_ENUMADAPTERS2 structure is a parameter passed to D3DKMTEnumAdapters2 to acquire information about adapters on the system.
Syntax
typedef struct _D3DKMT_ENUMADAPTERS2 {
ULONG NumAdapters;
D3DKMT_ADAPTERINFO *pAdapters;
} D3DKMT_ENUMADAPTERS2;
Members
NumAdapters
[in, out] The number of adapters.
pAdapters
[out, optional] Pointer to an array of D3DKMT_ADAPTERINFO structures in which to receive information for each adapter.
Requirements
| Requirement | Value |
|---|---|
| Header | d3dkmthk.h |