#include <Windows.h>#include <Windowsx.h>#include <kanzi/core.ui/coreui_api.hpp>#include <kanzi/core/cpp/string.hpp>Classes | |
| struct | kanzi::win32::Win32LParam |
| Structure that represents the Win32 LPARAM. More... | |
| struct | kanzi::win32::Win32WParam |
| Structure that represents the Win32 WPARAM. More... | |
Namespaces | |
| namespace | kanzi |
| namespace | kanzi::win32 |
Macros | |
| #define | NOMINMAX |
Typedefs | |
| typedef HWND | kanzi::win32::Win32WindowHandle |
| Type alias for the native Win32 window handle. | |
Functions | |
| string | kanzi::win32::getLastErrorAsString () noexcept |
| Gets the last Win32 error as a printable string. | |
| void | kanzi::win32::print (const char *format,...) noexcept |
| Prints a formatted string to the standard output. | |
| void | kanzi::win32::showMessageBox (const char *format,...) noexcept |
| Prints a formatted string in a message window. | |
| #define NOMINMAX |