Kanzi 3.9.10
kanzi::win32::Win32Display Class Reference

Class that represents a Win32 display. More...

#include <kanzi/core.ui/platform/windowing_ng/win32/win32_display.hpp>

Public Member Functions

KZ_NO_DISCARD string getDisplayName () const noexcept
 Gets the name of the current display.
 
KZ_NO_DISCARD unsigned int getNativeHandle () const noexcept
 Gets the native display handle.
 
 Win32Display (unsigned int displayID)
 Constructor.
 

Detailed Description

Class that represents a Win32 display.

Since
Kanzi 3.9.7

Constructor & Destructor Documentation

◆ Win32Display()

kanzi::win32::Win32Display::Win32Display ( unsigned int displayID)
explicit

Constructor.

Parameters
displayIDThe ID of the display to select.

Member Function Documentation

◆ getDisplayName()

KZ_NO_DISCARD string kanzi::win32::Win32Display::getDisplayName ( ) const
noexcept

Gets the name of the current display.

Returns
The name of the display.

◆ getNativeHandle()

KZ_NO_DISCARD unsigned int kanzi::win32::Win32Display::getNativeHandle ( ) const
noexcept

Gets the native display handle.

Returns
The native display handle.

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