Kanzi 4.0.0-beta2
KzsWindowNative Struct Reference

Platform specific window variables. More...

#include <kanzi/platform/platform/context/wgl/kzs_wgl_library.h>

Public Attributes

kzBool adjustScreenSize
 Module to load extra functions from.
 
const struct KzsDisplaydisplay
 Display for full screen mode.
 
HDC hDC
 Device context handle.
 
HWND hWnd
 Win32 handle for the actual window.
 
kzBool managedExternally
 Is the actual window created/deleted outside Kanzi (for example the tool preview)
 
HMODULE user32Module
 

Detailed Description

Platform specific window variables.

Member Data Documentation

◆ hDC

HDC KzsWindowNative::hDC

Device context handle.

◆ hWnd

HWND KzsWindowNative::hWnd

Win32 handle for the actual window.

◆ managedExternally

kzBool KzsWindowNative::managedExternally

Is the actual window created/deleted outside Kanzi (for example the tool preview)

◆ user32Module

HMODULE KzsWindowNative::user32Module

◆ adjustScreenSize

kzBool KzsWindowNative::adjustScreenSize

Module to load extra functions from.

Whether we need to adjust and restore display resolution.

◆ display

const struct KzsDisplay* KzsWindowNative::display

Display for full screen mode.


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