1 //-------------------------------------------------------------------------- 
2 // 
3 //  Copyright (c) Microsoft Corporation.  All rights reserved. 
4 // 
5 //  File: iacom.h 
6 //          Microsoft Tablet PC API definitions 
7 // 
8 //-------------------------------------------------------------------------- 
9     
10      
11      
12
13 #pragma warning( disable: 4049 )  /* more than 64k source lines */
14
15 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
16
17
18  /* File created by MIDL compiler version 6.00.0347 */
19 /* Compiler settings for iacom.idl:
20       Oicf, W1, Zp8, env=Win32 (32b run)
21       protocol : dce , ms_ext, c_ext, robust
22       error checks: allocation ref bounds_check enum stub_data 
23       VC __declspec() decoration level: 
24                __declspec(uuid()), __declspec(selectany), __declspec(novtable)
25                DECLSPEC_UUID(), MIDL_INTERFACE()
26 */
27 //@@MIDL_FILE_HEADING(  )
28
29
30 /* verify that the <rpcndr.h> version is high enough to compile this file*/
31 #ifndef __REQUIRED_RPCNDR_H_VERSION__
32 #define __REQUIRED_RPCNDR_H_VERSION__ 475
33 #endif
34
35 #include "rpc.h"
36 #include "rpcndr.h"
37
38 #ifndef __RPCNDR_H_VERSION__
39 #error this stub requires an updated version of <rpcndr.h>
40 #endif // __RPCNDR_H_VERSION__
41
42
43 #ifndef __iacom_h__
44 #define __iacom_h__
45
46 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
47 #pragma once
48 #endif
49
50 /* Forward Declarations */ 
51
52 #ifndef __IInkAnalyzer_FWD_DEFINED__
53 #define __IInkAnalyzer_FWD_DEFINED__
54 typedef interface IInkAnalyzer IInkAnalyzer;
55 #endif     /* __IInkAnalyzer_FWD_DEFINED__ */
56
57
58 #ifndef __IContextNode_FWD_DEFINED__
59 #define __IContextNode_FWD_DEFINED__
60 typedef interface IContextNode IContextNode;
61 #endif     /* __IContextNode_FWD_DEFINED__ */
62
63
64 #ifndef __IContextNodes_FWD_DEFINED__
65 #define __IContextNodes_FWD_DEFINED__
66 typedef interface IContextNodes IContextNodes;
67 #endif     /* __IContextNodes_FWD_DEFINED__ */
68
69
70 #ifndef __IAnalysisRegion_FWD_DEFINED__
71 #define __IAnalysisRegion_FWD_DEFINED__
72 typedef interface IAnalysisRegion IAnalysisRegion;
73 #endif     /* __IAnalysisRegion_FWD_DEFINED__ */
74
75
76 #ifndef __IContextLink_FWD_DEFINED__
77 #define __IContextLink_FWD_DEFINED__
78 typedef interface IContextLink IContextLink;
79 #endif     /* __IContextLink_FWD_DEFINED__ */
80
81
82 #ifndef __IContextLinks_FWD_DEFINED__
Lines 83 ... 5344 are skipped.
5345 void __RPC_STUB _IAnalysisProxyEvents_ContextNodeLinkDeleting_Stub(
5346       IRpcStubBuffer *This,
5347       IRpcChannelBuffer *_pRpcChannelBuffer,
5348       PRPC_MESSAGE _pRpcMessage,
5349       DWORD *_pdwStubPhase);
5350
5351
5352
5353 #endif     /* ___IAnalysisProxyEvents_INTERFACE_DEFINED__ */
5354
5355
5356 EXTERN_C const CLSID CLSID_InkAnalyzer;
5357
5358 #ifdef __cplusplus
5359
5360 class DECLSPEC_UUID("B4BAB526-5BA1-3C4D-AF21-CFDCD9AAF2D2")
5361 InkAnalyzer;
5362 #endif
5363
5364 EXTERN_C const CLSID CLSID_AnalysisRegion;
5365
5366 #ifdef __cplusplus
5367
5368 class DECLSPEC_UUID("3C3E7657-4F0C-3FC4-8A89-A5B0F7EB480A")
5369 AnalysisRegion;
5370 #endif
5371 #endif /* __COMINKANALYSISLib_LIBRARY_DEFINED__ */
5372
5373 /* interface __MIDL_itf_iacom_0272 */
5374 /* [local] */ 
5375
5376 #endif /* of #define _COMINKANALYSIS_H_*/
5377
5378
5379 extern RPC_IF_HANDLE __MIDL_itf_iacom_0272_v0_0_c_ifspec;
5380 extern RPC_IF_HANDLE __MIDL_itf_iacom_0272_v0_0_s_ifspec;
5381
5382 /* Additional Prototypes for ALL interfaces */
5383
5384 /* end of Additional Prototypes */
5385
5386 #ifdef __cplusplus
5387 }
5388 #endif
5389
5390 #endif
5391
5392
5393