libdisplaydevice latest
C++ library to modify display devices.
display_device::ValidatedDeviceInfo Struct Reference

Contains the device path and the id for a VALID device. More...

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

Public Attributes

std::string m_device_id {}
 
std::string m_device_path {}
 

Detailed Description

Contains the device path and the id for a VALID device.

See also
win_utils::getDeviceInfoForValidPath for what is considered a valid device.
WinApiLayerInterface::getDeviceId for how we make the device id.

Member Data Documentation

◆ m_device_id

std::string display_device::ValidatedDeviceInfo::m_device_id {}

A device id (made up by us) that identifies the device.

◆ m_device_path

std::string display_device::ValidatedDeviceInfo::m_device_path {}

Unique device path string.


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