1 //-------------------------------------------------------------------------- 
2 // 
3 //  Copyright (c) Microsoft Corporation.  All rights reserved. 
4 // 
5 //  File: msinkaut15.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 msinkaut15.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 __msinkaut15_h__
50 #define __msinkaut15_h__
51
52 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
53 #pragma once
54 #endif
55
56 /* Forward Declarations */ 
57
58 #ifndef __IInkDivider_FWD_DEFINED__
59 #define __IInkDivider_FWD_DEFINED__
60 typedef interface IInkDivider IInkDivider;
61 #endif     /* __IInkDivider_FWD_DEFINED__ */
62
63
64 #ifndef __IInkDivisionResult_FWD_DEFINED__
65 #define __IInkDivisionResult_FWD_DEFINED__
66 typedef interface IInkDivisionResult IInkDivisionResult;
67 #endif     /* __IInkDivisionResult_FWD_DEFINED__ */
68
69
70 #ifndef __IInkDivisionUnit_FWD_DEFINED__
71 #define __IInkDivisionUnit_FWD_DEFINED__
72 typedef interface IInkDivisionUnit IInkDivisionUnit;
73 #endif     /* __IInkDivisionUnit_FWD_DEFINED__ */
74
75
76 #ifndef __IInkDivisionUnits_FWD_DEFINED__
77 #define __IInkDivisionUnits_FWD_DEFINED__
78 typedef interface IInkDivisionUnits IInkDivisionUnits;
79 #endif     /* __IInkDivisionUnits_FWD_DEFINED__ */
80
81
82 #ifndef __InkDivider_FWD_DEFINED__
83 #define __InkDivider_FWD_DEFINED__
Lines 84 ... 742 are skipped.
743 #define IInkDivisionUnits_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)    \
744       ( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) ) 
745
746 #define IInkDivisionUnits_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)    \
747       ( (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) ) 
748
749
750 #define IInkDivisionUnits_get_Count(This,Count)    \
751       ( (This)->lpVtbl -> get_Count(This,Count) ) 
752
753 #define IInkDivisionUnits_get__NewEnum(This,_NewEnum)    \
754       ( (This)->lpVtbl -> get__NewEnum(This,_NewEnum) ) 
755
756 #define IInkDivisionUnits_Item(This,Index,InkDivisionUnit)    \
757       ( (This)->lpVtbl -> Item(This,Index,InkDivisionUnit) ) 
758
759 #endif /* COBJMACROS */
760
761
762 #endif     /* C style interface */
763
764
765
766
767 #endif     /* __IInkDivisionUnits_INTERFACE_DEFINED__ */
768
769
770 EXTERN_C const CLSID CLSID_InkDivider;
771
772 #ifdef __cplusplus
773
774 class DECLSPEC_UUID("8854F6A0-4683-4AE7-9191-752FE64612C3")
775 InkDivider;
776 #endif
777 #endif /* __MSINKDIVLib_LIBRARY_DEFINED__ */
778
779 /* Additional Prototypes for ALL interfaces */
780
781 /* end of Additional Prototypes */
782
783 #ifdef __cplusplus
784 }
785 #endif
786
787 #endif
788
789
790
791