Edit

Share via


IDXCoreAdapterList::GetAdapterCount method

Retrieves the number of adapters in a DXCore adapter list object. For programming guidance, and code examples, see Using DXCore to enumerate adapters.

Syntax

virtual uint32_t STDMETHODCALLTYPE GetAdapterCount() = 0;

Returns

Type: uint32_t

Returns the number of adapter items in the list.

See also

IDXCoreAdapterList, DXCore reference, Using DXCore to enumerate adapters