IDXCoreAdapter interface

The IDXCoreAdapter interface implements methods for retrieving details about an adapter item. IDXCoreAdapter inherits from the IUnknown interface. For programming guidance, and code examples, see Using DXCore to enumerate adapters.

Remarks

An adapter's properties are established at the time the adapter starts, and they're immutable for the lifetime of the adapter. This is in contrast to an adapter's state, which can be queried or set, and the values of which can change over time.

See also

DXCore Reference, Using DXCore to enumerate adapters