Kanzi window, native portion for the win32 platform. More...
#include <kanzi/core.ui/coreui_api.hpp>#include <kanzi/platform/windowing/native_handles.hpp>#include <kanzi/core/cpp/platform.hpp>#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. | |
| KZ_NO_DISCARD HWND | kzsWindowNativeGetHandle (const struct KzsWindowNative *windowNative) |
| Returns the win32 window handle. | |
| KZ_NO_DISCARD 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.
| KZ_NO_DISCARD HWND kzsWindowNativeGetHandle | ( | const struct KzsWindowNative * | windowNative | ) |
Returns the win32 window handle.
| KZ_NO_DISCARD HDC kzsWindowNativeGetHDC | ( | const struct KzsWindowNative * | windowNative | ) |
Returns the win32 device context handle.