libdisplaydevice v2026.322.2407
C++ library to modify display devices.
display_device::PathAndModeData Struct Reference

Contains currently available paths and associated modes. More...

#include <src/windows/include/display_device/windows/types.h>

Public Attributes

std::vector< DISPLAYCONFIG_MODE_INFO > m_modes {}
 
std::vector< DISPLAYCONFIG_PATH_INFO > m_paths {}
 

Detailed Description

Contains currently available paths and associated modes.

Member Data Documentation

◆ m_modes

std::vector<DISPLAYCONFIG_MODE_INFO> display_device::PathAndModeData::m_modes {}

Display modes for ACTIVE displays.

◆ m_paths

std::vector<DISPLAYCONFIG_PATH_INFO> display_device::PathAndModeData::m_paths {}

Available display paths.


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