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 ocidl.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 #ifndef COM_NO_WINDOWS_H
38 #include "windows.h"
39 #include "ole2.h"
40 #endif /*COM_NO_WINDOWS_H*/
41
42 #ifndef __ocidl_h__
43 #define __ocidl_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __IEnumConnections_FWD_DEFINED__
52 #define __IEnumConnections_FWD_DEFINED__
53 typedef interface IEnumConnections IEnumConnections;
54 #endif     /* __IEnumConnections_FWD_DEFINED__ */
55
56
57 #ifndef __IConnectionPoint_FWD_DEFINED__
58 #define __IConnectionPoint_FWD_DEFINED__
59 typedef interface IConnectionPoint IConnectionPoint;
60 #endif     /* __IConnectionPoint_FWD_DEFINED__ */
61
62
63 #ifndef __IEnumConnectionPoints_FWD_DEFINED__
64 #define __IEnumConnectionPoints_FWD_DEFINED__
65 typedef interface IEnumConnectionPoints IEnumConnectionPoints;
66 #endif     /* __IEnumConnectionPoints_FWD_DEFINED__ */
67
68
69 #ifndef __IConnectionPointContainer_FWD_DEFINED__
70 #define __IConnectionPointContainer_FWD_DEFINED__
71 typedef interface IConnectionPointContainer IConnectionPointContainer;
72 #endif     /* __IConnectionPointContainer_FWD_DEFINED__ */
Lines 73 ... 6512 are skipped.
6513       /* [in] */ BOOL fClearDirty,
6514       /* [in] */ ULONG cbSize);
6515
6516 /* [local] */ HRESULT STDMETHODCALLTYPE IEnumOleUndoUnits_Next_Proxy( 
6517       IEnumOleUndoUnits * This,
6518       /* [in] */ ULONG cElt,
6519       /* [length_is][size_is][out] */ IOleUndoUnit **rgElt,
6520       /* [out] */ ULONG *pcEltFetched);
6521
6522
6523 /* [call_as] */ HRESULT STDMETHODCALLTYPE IEnumOleUndoUnits_Next_Stub( 
6524       IEnumOleUndoUnits * This,
6525       /* [in] */ ULONG cElt,
6526       /* [length_is][size_is][out] */ __RPC__out_ecount_part(cElt, *pcEltFetched) IOleUndoUnit **rgElt,
6527       /* [out] */ __RPC__out ULONG *pcEltFetched);
6528
6529 /* [local] */ void STDMETHODCALLTYPE IAdviseSinkEx_OnViewStatusChange_Proxy( 
6530       IAdviseSinkEx * This,
6531       /* [in] */ DWORD dwViewStatus);
6532
6533
6534 /* [call_as] */ HRESULT STDMETHODCALLTYPE IAdviseSinkEx_OnViewStatusChange_Stub( 
6535       IAdviseSinkEx * This,
6536       /* [in] */ DWORD dwViewStatus);
6537
6538 /* [local] */ HRESULT STDMETHODCALLTYPE IQuickActivate_QuickActivate_Proxy( 
6539       IQuickActivate * This,
6540       /* [in] */ QACONTAINER *pQaContainer,
6541       /* [out][in] */ QACONTROL *pQaControl);
6542
6543
6544 /* [call_as] */ HRESULT STDMETHODCALLTYPE IQuickActivate_QuickActivate_Stub( 
6545       IQuickActivate * This,
6546       /* [in] */ __RPC__in QACONTAINER *pQaContainer,
6547       /* [out] */ __RPC__out QACONTROL *pQaControl);
6548
6549
6550
6551 /* end of Additional Prototypes */
6552
6553 #ifdef __cplusplus
6554 }
6555 #endif
6556
6557 #endif
6558
6559
6560
6561