libdisplaydevice master
C++ library to modify display devices.
display_device::PathSourceIndexData Struct Reference

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 {}
 Currently active source id.
 
LUID m_adapter_id {}
 Adapter id shared by all source ids.
 
std::map< UINT32, std::size_t > m_source_id_to_path_index {}
 Maps source ids to its index in the path list.
 

Friends

bool operator== (const PathSourceIndexData &lhs, const PathSourceIndexData &rhs)
 Comparator for strict equality.
 

Detailed Description

Contains information about sources with identical adapter ids from matching paths.


The documentation for this struct was generated from the following file: