Function ddc_winapi::enumerate_monitors
source · pub fn enumerate_monitors() -> Result<Vec<HMONITOR>>
Expand description
Enumerates all HMONITOR
s using the EnumDisplayMonitors
WinAPI call.
pub fn enumerate_monitors() -> Result<Vec<HMONITOR>>
Enumerates all HMONITOR
s using the EnumDisplayMonitors
WinAPI call.