Kanzi Engine API
kzs_window_native.h File Reference

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

Functions

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

Detailed Description

Kanzi window, native portion for the win32 platform.

Copyright 2008-2017 by Rightware. All rights reserved.

Function Documentation

kzsError kzsWindowNativeCreateWrapper ( NativeWindowHandle  windowHandle,
struct 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.