Kanzi  3.9.5
Kanzi Engine API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
kzs_window_native.h File Reference

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

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Functions

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

◆ 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.