1
2
3 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
4
5
6  /* File created by MIDL compiler version 7.00.0499 */
7 /* Compiler settings for inked.idl:
8       Oicf, W1, Zp8, env=Win32 (32b run)
9       protocol : dce , ms_ext, c_ext, robust
10       error checks: allocation ref bounds_check enum stub_data 
11       VC __declspec() decoration level: 
12                __declspec(uuid()), __declspec(selectany), __declspec(novtable)
13                DECLSPEC_UUID(), MIDL_INTERFACE()
14 */
15 //@@MIDL_FILE_HEADING(  )
16
17 #pragma warning( disable: 4049 )  /* more than 64k source lines */
18
19
20 /* verify that the <rpcndr.h> version is high enough to compile this file*/
21 #ifndef __REQUIRED_RPCNDR_H_VERSION__
22 #define __REQUIRED_RPCNDR_H_VERSION__ 500
23 #endif
24
25 /* verify that the <rpcsal.h> version is high enough to compile this file*/
26 #ifndef __REQUIRED_RPCSAL_H_VERSION__
27 #define __REQUIRED_RPCSAL_H_VERSION__ 100
28 #endif
29
30 #include "rpc.h"
31 #include "rpcndr.h"
32
33 #ifndef __RPCNDR_H_VERSION__
34 #error this stub requires an updated version of <rpcndr.h>
35 #endif // __RPCNDR_H_VERSION__
36
37
38 #ifndef __inked_h__
39 #define __inked_h__
40
41 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
42 #pragma once
43 #endif
44
45 /* Forward Declarations */ 
46
47 #ifndef __IInkEdit_FWD_DEFINED__
48 #define __IInkEdit_FWD_DEFINED__
49 typedef interface IInkEdit IInkEdit;
50 #endif     /* __IInkEdit_FWD_DEFINED__ */
51
52
53 #ifndef ___IInkEditEvents_FWD_DEFINED__
54 #define ___IInkEditEvents_FWD_DEFINED__
55 typedef interface _IInkEditEvents _IInkEditEvents;
56 #endif     /* ___IInkEditEvents_FWD_DEFINED__ */
57
58
59 #ifndef __InkEdit_FWD_DEFINED__
60 #define __InkEdit_FWD_DEFINED__
61
62 #ifdef __cplusplus
63 typedef class InkEdit InkEdit;
64 #else
65 typedef struct InkEdit InkEdit;
66 #endif /* __cplusplus */
67
68 #endif     /* __InkEdit_FWD_DEFINED__ */
69
70
71 /* header files for imported files */
72 #include "oaidl.h"
Lines 73 ... 1258 are skipped.
1259       ( (This)->lpVtbl -> AddRef(This) ) 
1260
1261 #define _IInkEditEvents_Release(This)    \
1262       ( (This)->lpVtbl -> Release(This) ) 
1263
1264
1265 #define _IInkEditEvents_GetTypeInfoCount(This,pctinfo)    \
1266       ( (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo) ) 
1267
1268 #define _IInkEditEvents_GetTypeInfo(This,iTInfo,lcid,ppTInfo)    \
1269       ( (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo) ) 
1270
1271 #define _IInkEditEvents_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)    \
1272       ( (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) ) 
1273
1274 #define _IInkEditEvents_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)    \
1275       ( (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) ) 
1276
1277 #endif /* COBJMACROS */
1278
1279
1280 #endif     /* C style interface */
1281
1282
1283 #endif     /* ___IInkEditEvents_DISPINTERFACE_DEFINED__ */
1284
1285
1286 EXTERN_C const CLSID CLSID_InkEdit;
1287
1288 #ifdef __cplusplus
1289
1290 class DECLSPEC_UUID("E5CA59F5-57C4-4DD8-9BD6-1DEEEDD27AF4")
1291 InkEdit;
1292 #endif
1293 #endif /* __INKEDLib_LIBRARY_DEFINED__ */
1294
1295 /* Additional Prototypes for ALL interfaces */
1296
1297 /* end of Additional Prototypes */
1298
1299 #ifdef __cplusplus
1300 }
1301 #endif
1302
1303 #endif
1304
1305
1306
1307