Windows API definitions that may not be visible in older Microsoft SDKs. More...
#include <kanzi/core/platform/cpp/win32/windows.hpp>#include <kanzi/core/legacy/debug/kzs_error.hpp>Macros | |
| #define | MICROSOFT_TABLETPENSERVICE_PROPERTY |
| #define | TABLET_DISABLE_FLICKFALLBACKKEYS |
| #define | TABLET_DISABLE_FLICKS |
| #define | TABLET_DISABLE_PENBARRELFEEDBACK |
| #define | TABLET_DISABLE_PENTAPFEEDBACK |
| #define | TABLET_DISABLE_PRESSANDHOLD |
| #define | TABLET_DISABLE_SMOOTHSCROLLING |
| #define | TABLET_DISABLE_TOUCHSWITCH |
| #define | TABLET_DISABLE_TOUCHUIFORCEOFF |
| #define | TABLET_DISABLE_TOUCHUIFORCEON |
| #define | TABLET_ENABLE_FLICKLEARNINGMODE |
| #define | TABLET_ENABLE_FLICKSONCONTEXT |
| #define | TABLET_ENABLE_MULTITOUCHDATA |
Functions | |
| BOOL (WINAPI *kzsWinapiCloseTouchInputHandle)(__in HTOUCHINPUT hTouchInput) | |
| kzBool | kzsWindowsLoadFunctions (HMODULE *out_module) |
| Get the addresses of all necessary functions not visible in the basic WINAPI. More... | |
| kzBool | kzsWindowsUnloadFunctions (HMODULE module) |
| Unload the specified module (hencefrom functions were loaded). More... | |
Variables | |
| __in UINT __out PTOUCHINPUT __in kzInt | cbSize |
| __in UINT | cInputs |
| __in UINT __out PTOUCHINPUT | pInputs |
| __in ULONG | ulFlags |
Windows API definitions that may not be visible in older Microsoft SDKs.
The contents of this file are taken from MSDN.
Copyright 2008-2017 by Rightware. All rights reserved.
| #define TABLET_DISABLE_PRESSANDHOLD |
| #define TABLET_DISABLE_PENTAPFEEDBACK |
| #define TABLET_DISABLE_PENBARRELFEEDBACK |
| #define TABLET_DISABLE_TOUCHUIFORCEON |
| #define TABLET_DISABLE_TOUCHUIFORCEOFF |
| #define TABLET_DISABLE_TOUCHSWITCH |
| #define TABLET_DISABLE_FLICKS |
| #define TABLET_ENABLE_FLICKSONCONTEXT |
| #define TABLET_ENABLE_FLICKLEARNINGMODE |
| #define TABLET_DISABLE_SMOOTHSCROLLING |
| #define TABLET_DISABLE_FLICKFALLBACKKEYS |
| #define TABLET_ENABLE_MULTITOUCHDATA |
| #define MICROSOFT_TABLETPENSERVICE_PROPERTY |
| BOOL | ( | WINAPI * | kzsWinapiCloseTouchInputHandle | ) |
| kzBool kzsWindowsLoadFunctions | ( | HMODULE * | out_module | ) |
Get the addresses of all necessary functions not visible in the basic WINAPI.
| kzBool kzsWindowsUnloadFunctions | ( | HMODULE | module | ) |
Unload the specified module (hencefrom functions were loaded).
| __in UINT cInputs |
| __in UINT __out PTOUCHINPUT pInputs |
| __in UINT __out PTOUCHINPUT __in kzInt cbSize |
| __in ULONG ulFlags |