peninputpanel_i.c 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2003.
  5. //
  6. // File: peninputpanel_i.c
  7. // Microsoft Tablet PC API definitions
  8. //
  9. //--------------------------------------------------------------------------
  10. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  11. /* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
  12. /* link this file in with the server and any clients */
  13. /* File created by MIDL compiler version 6.00.0347 */
  14. /* Compiler settings for peninputpanel.idl:
  15. Oicf, W1, Zp8, env=Win32 (32b run)
  16. protocol : dce , ms_ext, c_ext, robust
  17. error checks: allocation ref bounds_check enum stub_data
  18. VC __declspec() decoration level:
  19. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  20. DECLSPEC_UUID(), MIDL_INTERFACE()
  21. */
  22. //@@MIDL_FILE_HEADING( )
  23. #if !defined(_M_IA64) && !defined(_M_AMD64)
  24. #ifdef __cplusplus
  25. extern "C"{
  26. #endif
  27. #include <rpc.h>
  28. #include <rpcndr.h>
  29. #ifdef _MIDL_USE_GUIDDEF_
  30. #ifndef INITGUID
  31. #define INITGUID
  32. #include <guiddef.h>
  33. #undef INITGUID
  34. #else
  35. #include <guiddef.h>
  36. #endif
  37. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  38. DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
  39. #else // !_MIDL_USE_GUIDDEF_
  40. #ifndef __IID_DEFINED__
  41. #define __IID_DEFINED__
  42. typedef struct _IID
  43. {
  44. unsigned long x;
  45. unsigned short s1;
  46. unsigned short s2;
  47. unsigned char c[8];
  48. } IID;
  49. #endif // __IID_DEFINED__
  50. #ifndef CLSID_DEFINED
  51. #define CLSID_DEFINED
  52. typedef IID CLSID;
  53. #endif // CLSID_DEFINED
  54. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  55. const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
  56. #endif !_MIDL_USE_GUIDDEF_
  57. MIDL_DEFINE_GUID(IID, LIBID_PenInputPanelLib,0xd7ca032c,0xb7d0,0x429e,0x9f,0xd7,0x82,0x24,0x1c,0x35,0x6b,0x4a);
  58. MIDL_DEFINE_GUID(IID, IID_IPenInputPanel,0xfa7a4083,0x5747,0x4040,0xa1,0x82,0x0b,0x0e,0x9f,0xd4,0xfa,0xc7);
  59. MIDL_DEFINE_GUID(IID, DIID__IPenInputPanelEvents,0xb7e489da,0x3719,0x439f,0x84,0x8f,0xe7,0xac,0xbd,0x82,0x0f,0x17);
  60. MIDL_DEFINE_GUID(CLSID, CLSID_PenInputPanel,0xf744e496,0x1b5a,0x489e,0x81,0xdc,0xfb,0xd7,0xac,0x62,0x98,0xa8);
  61. #undef MIDL_DEFINE_GUID
  62. #ifdef __cplusplus
  63. }
  64. #endif
  65. #endif /* !defined(_M_IA64) && !defined(_M_AMD64)*/
  66. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  67. /* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
  68. /* link this file in with the server and any clients */
  69. /* File created by MIDL compiler version 6.00.0347 */
  70. /* Compiler settings for peninputpanel.idl:
  71. Oicf, W1, Zp8, env=Win64 (32b run,appending)
  72. protocol : dce , ms_ext, c_ext, robust
  73. error checks: allocation ref bounds_check enum stub_data
  74. VC __declspec() decoration level:
  75. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  76. DECLSPEC_UUID(), MIDL_INTERFACE()
  77. */
  78. //@@MIDL_FILE_HEADING( )
  79. #if defined(_M_IA64) || defined(_M_AMD64)
  80. #ifdef __cplusplus
  81. extern "C"{
  82. #endif
  83. #include <rpc.h>
  84. #include <rpcndr.h>
  85. #ifdef _MIDL_USE_GUIDDEF_
  86. #ifndef INITGUID
  87. #define INITGUID
  88. #include <guiddef.h>
  89. #undef INITGUID
  90. #else
  91. #include <guiddef.h>
  92. #endif
  93. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  94. DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
  95. #else // !_MIDL_USE_GUIDDEF_
  96. #ifndef __IID_DEFINED__
  97. #define __IID_DEFINED__
  98. typedef struct _IID
  99. {
  100. unsigned long x;
  101. unsigned short s1;
  102. unsigned short s2;
  103. unsigned char c[8];
  104. } IID;
  105. #endif // __IID_DEFINED__
  106. #ifndef CLSID_DEFINED
  107. #define CLSID_DEFINED
  108. typedef IID CLSID;
  109. #endif // CLSID_DEFINED
  110. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  111. const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
  112. #endif !_MIDL_USE_GUIDDEF_
  113. MIDL_DEFINE_GUID(IID, LIBID_PenInputPanelLib,0xd7ca032c,0xb7d0,0x429e,0x9f,0xd7,0x82,0x24,0x1c,0x35,0x6b,0x4a);
  114. MIDL_DEFINE_GUID(IID, IID_IPenInputPanel,0xfa7a4083,0x5747,0x4040,0xa1,0x82,0x0b,0x0e,0x9f,0xd4,0xfa,0xc7);
  115. MIDL_DEFINE_GUID(IID, DIID__IPenInputPanelEvents,0xb7e489da,0x3719,0x439f,0x84,0x8f,0xe7,0xac,0xbd,0x82,0x0f,0x17);
  116. MIDL_DEFINE_GUID(CLSID, CLSID_PenInputPanel,0xf744e496,0x1b5a,0x489e,0x81,0xdc,0xfb,0xd7,0xac,0x62,0x98,0xa8);
  117. #undef MIDL_DEFINE_GUID
  118. #ifdef __cplusplus
  119. }
  120. #endif
  121. #endif /* defined(_M_IA64) || defined(_M_AMD64)*/