1 //-------------------------------------------------------------------------- 
2 // 
3 //  Copyright (c) Microsoft Corporation.  All rights reserved. 
4 // 
5 //  File: msinkaut.h 
6 //          Microsoft Tablet PC API definitions 
7 // 
8 //-------------------------------------------------------------------------- 
9     
10      
11      
12
13
14 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
15
16
17  /* File created by MIDL compiler version 7.00.0499 */
18 /* Compiler settings for msinkaut.idl:
19       Oicf, W1, Zp8, env=Win32 (32b run)
20       protocol : dce , ms_ext, c_ext, robust
21       error checks: allocation ref bounds_check enum stub_data 
22       VC __declspec() decoration level: 
23                __declspec(uuid()), __declspec(selectany), __declspec(novtable)
24                DECLSPEC_UUID(), MIDL_INTERFACE()
25 */
26 //@@MIDL_FILE_HEADING(  )
27
28 #pragma warning( disable: 4049 )  /* more than 64k source lines */
29
30
31 /* verify that the <rpcndr.h> version is high enough to compile this file*/
32 #ifndef __REQUIRED_RPCNDR_H_VERSION__
33 #define __REQUIRED_RPCNDR_H_VERSION__ 500
34 #endif
35
36 /* verify that the <rpcsal.h> version is high enough to compile this file*/
37 #ifndef __REQUIRED_RPCSAL_H_VERSION__
38 #define __REQUIRED_RPCSAL_H_VERSION__ 100
39 #endif
40
41 #include "rpc.h"
42 #include "rpcndr.h"
43
44 #ifndef __RPCNDR_H_VERSION__
45 #error this stub requires an updated version of <rpcndr.h>
46 #endif // __RPCNDR_H_VERSION__
47
48
49 #ifndef __msinkaut_h__
50 #define __msinkaut_h__
51
52 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
53 #pragma once
54 #endif
55
56 /* Forward Declarations */ 
57
58 #ifndef __IInkRectangle_FWD_DEFINED__
59 #define __IInkRectangle_FWD_DEFINED__
60 typedef interface IInkRectangle IInkRectangle;
61 #endif     /* __IInkRectangle_FWD_DEFINED__ */
62
63
64 #ifndef __IInkExtendedProperty_FWD_DEFINED__
65 #define __IInkExtendedProperty_FWD_DEFINED__
66 typedef interface IInkExtendedProperty IInkExtendedProperty;
67 #endif     /* __IInkExtendedProperty_FWD_DEFINED__ */
68
69
70 #ifndef __IInkExtendedProperties_FWD_DEFINED__
71 #define __IInkExtendedProperties_FWD_DEFINED__
72 typedef interface IInkExtendedProperties IInkExtendedProperties;
73 #endif     /* __IInkExtendedProperties_FWD_DEFINED__ */
74
75
76 #ifndef __IInkDrawingAttributes_FWD_DEFINED__
77 #define __IInkDrawingAttributes_FWD_DEFINED__
78 typedef interface IInkDrawingAttributes IInkDrawingAttributes;
79 #endif     /* __IInkDrawingAttributes_FWD_DEFINED__ */
80
81
82 #ifndef __IInkTransform_FWD_DEFINED__
83 #define __IInkTransform_FWD_DEFINED__
Lines 84 ... 10754 are skipped.
10755
10756
10757 #endif     /* C style interface */
10758
10759
10760
10761
10762 #endif     /* __ISketchInk_INTERFACE_DEFINED__ */
10763
10764
10765 EXTERN_C const CLSID CLSID_Ink;
10766
10767 #ifdef __cplusplus
10768
10769 class DECLSPEC_UUID("13DE4A42-8D21-4C8E-BF9C-8F69CB068FCA")
10770 Ink;
10771 #endif
10772
10773 EXTERN_C const CLSID CLSID_SketchInk;
10774
10775 #ifdef __cplusplus
10776
10777 class DECLSPEC_UUID("F0291081-E87C-4E07-97DA-A0A03761E586")
10778 SketchInk;
10779 #endif
10780 #endif /* __MSINKAUTLib_LIBRARY_DEFINED__ */
10781
10782 /* interface __MIDL_itf_msinkaut_0001_0107 */
10783 /* [local] */ 
10784
10785 #endif /* of #define _MSINKAUT_IDL_H_*/
10786
10787
10788 extern RPC_IF_HANDLE __MIDL_itf_msinkaut_0001_0107_v0_0_c_ifspec;
10789 extern RPC_IF_HANDLE __MIDL_itf_msinkaut_0001_0107_v0_0_s_ifspec;
10790
10791 /* Additional Prototypes for ALL interfaces */
10792
10793 /* end of Additional Prototypes */
10794
10795 #ifdef __cplusplus
10796 }
10797 #endif
10798
10799 #endif
10800
10801
10802
10803