![]() |
libdisplaydevice latest
C++ library to modify display devices.
|
Contains information about sources with identical adapter ids from matching paths. More...
#include <src/windows/include/display_device/windows/types.h>
Public Attributes | |
| std::optional< UINT32 > | m_active_source {} |
| LUID | m_adapter_id {} |
| std::map< UINT32, std::size_t > | m_source_id_to_path_index {} |
Contains information about sources with identical adapter ids from matching paths.
| std::optional<UINT32> display_device::PathSourceIndexData::m_active_source {} |
Currently active source id.
| LUID display_device::PathSourceIndexData::m_adapter_id {} |
Adapter id shared by all source ids.
| std::map<UINT32, std::size_t> display_device::PathSourceIndexData::m_source_id_to_path_index {} |
Maps source ids to its index in the path list.