Kanzi 3.9.10
kzs_window_native.h File Reference

Kanzi window, native portion for the win32 platform. More...

Namespaces

namespace  kanzi
 

Functions

kzsError kzsWindowNativeCreateWrapper (NativeWindowHandle windowHandle, struct kanzi::NativeWindowProperties *out_windowProperties, struct KzsWindowNative **out_windowNative)
 Creates empty wrapper window for a given window handle.
 
HWND kzsWindowNativeGetHandle (const struct KzsWindowNative *windowNative)
 Returns the win32 window handle.
 
HDC kzsWindowNativeGetHDC (const struct KzsWindowNative *windowNative)
 Returns the win32 device context handle.
 

Detailed Description

Kanzi window, native portion for the win32 platform.

Copyright 2008-2017 by Rightware. All rights reserved.

Function Documentation

◆ kzsWindowNativeCreateWrapper()

kzsError kzsWindowNativeCreateWrapper ( NativeWindowHandle windowHandle,
struct kanzi::NativeWindowProperties * out_windowProperties,
struct KzsWindowNative ** out_windowNative )

Creates empty wrapper window for a given window handle.

◆ kzsWindowNativeGetHandle()

HWND kzsWindowNativeGetHandle ( const struct KzsWindowNative * windowNative)

Returns the win32 window handle.

◆ kzsWindowNativeGetHDC()

HDC kzsWindowNativeGetHDC ( const struct KzsWindowNative * windowNative)

Returns the win32 device context handle.