Kanzi window, native portion for the win32 platform. More...
#include <kanzi/core.ui/platform/windowing/common/kzs_native_handles.h>
#include <kanzi/core/legacy/debug/kzs_error.hpp>
#include <kanzi/core/legacy/kzs_types.hpp>
#include <kanzi/core/platform/cpp/win32/windows.hpp>
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. | |
Kanzi window, native portion for the win32 platform.
Copyright 2008-2017 by Rightware. All rights reserved.
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.