Kanzi  3.9.9
Kanzi Engine C++ API
win32_common.hpp File Reference
#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

 kanzi
 
 kanzi::win32
 

Macros

#define NOMINMAX
 

Typedefs

typedef HWND kanzi::win32::Win32WindowHandle
 Type alias for the native Win32 window handle. More...
 

Functions

string kanzi::win32::getLastErrorAsString () noexcept
 Gets the last Win32 error as a printable string. More...
 
void kanzi::win32::print (const char *format,...) noexcept
 Prints a formatted string to the standard output. More...
 
void kanzi::win32::showMessageBox (const char *format,...) noexcept
 Prints a formatted string in a message window. More...
 

Macro Definition Documentation

#define NOMINMAX