Class that represents the Win32 window class. More...
#include <kanzi/core.ui/platform/windowing_ng/win32/win32_window_class.hpp>
Public Member Functions | |
KZ_NO_DISCARD const char * | getNativeHandle () const noexcept |
Gets the name of the window class. More... | |
Win32WindowClass (WNDPROC windowProcedure, const char *className) | |
Constructor. More... | |
~Win32WindowClass () | |
Destructor. More... | |
Class that represents the Win32 window class.
kanzi::win32::Win32WindowClass::Win32WindowClass | ( | WNDPROC | windowProcedure, |
const char * | className | ||
) |
Constructor.
windowProcedure | The window callback procedure with which to associate the class name. |
className | The name to use for the window class. |
kanzi::win32::Win32WindowClass::~Win32WindowClass | ( | ) |
Destructor.
|
noexcept |
Gets the name of the window class.