1 | /*** Autogenerated by WIDL 6.4 from include/tpcshrd.idl - Do not edit ***/
|
---|
2 |
|
---|
3 | #ifdef _WIN32
|
---|
4 | #ifndef __REQUIRED_RPCNDR_H_VERSION__
|
---|
5 | #define __REQUIRED_RPCNDR_H_VERSION__ 475
|
---|
6 | #endif
|
---|
7 | #include <rpc.h>
|
---|
8 | #include <rpcndr.h>
|
---|
9 | #endif
|
---|
10 |
|
---|
11 | #ifndef COM_NO_WINDOWS_H
|
---|
12 | #include <windows.h>
|
---|
13 | #include <ole2.h>
|
---|
14 | #endif
|
---|
15 |
|
---|
16 | #ifndef __tpcshrd_h__
|
---|
17 | #define __tpcshrd_h__
|
---|
18 |
|
---|
19 | /* Forward declarations */
|
---|
20 |
|
---|
21 | /* Headers for imported files */
|
---|
22 |
|
---|
23 | #include <wtypes.h>
|
---|
24 |
|
---|
25 | #ifdef __cplusplus
|
---|
26 | extern "C" {
|
---|
27 | #endif
|
---|
28 |
|
---|
29 | #define TABLET_DISABLE_PRESSANDHOLD 0x00000001
|
---|
30 | #define TABLET_DISABLE_PENTAPFEEDBACK 0x00000008
|
---|
31 | #define TABLET_DISABLE_PENBARRELFEEDBACK 0x00000010
|
---|
32 | #define TABLET_DISABLE_TOUCHUIFORCEON 0x00000100
|
---|
33 | #define TABLET_DISABLE_TOUCHUIFORCEOFF 0x00000200
|
---|
34 | #define TABLET_DISABLE_TOUCHSWITCH 0x00008000
|
---|
35 | #define TABLET_DISABLE_FLICKS 0x00010000
|
---|
36 | #define TABLET_ENABLE_FLICKSONCONTEXT 0x00020000
|
---|
37 | #define TABLET_ENABLE_FLICKLEARNINGMODE 0x00040000
|
---|
38 | #define TABLET_DISABLE_SMOOTHSCROLLING 0x00080000
|
---|
39 | #define TABLET_DISABLE_FLICKFALLBACKKEYS 0x00100000
|
---|
40 | #define TABLET_ENABLE_MULTITOUCHDATA 0x01000000
|
---|
41 | #define WM_TABLET_QUERYSYSTEMGESTURESTATUS 0x02CC
|
---|
42 | #define IP_CURSOR_DOWN 0x1
|
---|
43 | #define IP_INVERTED 0x2
|
---|
44 | #define IP_MARGIN 0x4
|
---|
45 | typedef DWORD CURSOR_ID;
|
---|
46 | typedef USHORT SYSTEM_EVENT;
|
---|
47 | typedef DWORD TABLET_CONTEXT_ID;
|
---|
48 | #ifndef _XFORM_
|
---|
49 | #define _XFORM_
|
---|
50 | typedef struct tagXFORM {
|
---|
51 | float eM11;
|
---|
52 | float eM12;
|
---|
53 | float eM21;
|
---|
54 | float eM22;
|
---|
55 | float eDx;
|
---|
56 | float eDy;
|
---|
57 | } XFORM;
|
---|
58 | #endif
|
---|
59 | /* Begin additional prototypes for all interfaces */
|
---|
60 |
|
---|
61 |
|
---|
62 | /* End additional prototypes */
|
---|
63 |
|
---|
64 | #ifdef __cplusplus
|
---|
65 | }
|
---|
66 | #endif
|
---|
67 |
|
---|
68 | #endif /* __tpcshrd_h__ */
|
---|