![]() |
wisdom
|
To get the description of an adapter from an AdapterQuery, call:
C Version:
C++ Version:
self self is a pointer to the valid WisAdapterQuery instance.index defines the index of the adapter to get the description for. It must be less than the value returned by wisAdapterQueryGetAdapterCount.desc points to WisAdapterDesc, which is initialized on success.index selects which adapter's description to retrieve from the AdapterQuery. The index is zero-based. desc must be a valid pointer and it is populated with the description of the specified adapter, including details such as its name, type, and capabilities. The information about memory resources may not be identical across different implementations, because underlying graphics APIs expose varying levels of detail about adapter memory. `