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 msaatext.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__ 475
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 __msaatext_h__
43 #define __msaatext_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __ITfMSAAControl_FWD_DEFINED__
52 #define __ITfMSAAControl_FWD_DEFINED__
53 typedef interface ITfMSAAControl ITfMSAAControl;
54 #endif     /* __ITfMSAAControl_FWD_DEFINED__ */
55
56
57 #ifndef __IInternalDocWrap_FWD_DEFINED__
58 #define __IInternalDocWrap_FWD_DEFINED__
59 typedef interface IInternalDocWrap IInternalDocWrap;
60 #endif     /* __IInternalDocWrap_FWD_DEFINED__ */
61
62
63 #ifndef __ITextStoreACPEx_FWD_DEFINED__
64 #define __ITextStoreACPEx_FWD_DEFINED__
65 typedef interface ITextStoreACPEx ITextStoreACPEx;
66 #endif     /* __ITextStoreACPEx_FWD_DEFINED__ */
67
68
69 #ifndef __ITextStoreAnchorEx_FWD_DEFINED__
70 #define __ITextStoreAnchorEx_FWD_DEFINED__
71 typedef interface ITextStoreAnchorEx ITextStoreAnchorEx;
72 #endif     /* __ITextStoreAnchorEx_FWD_DEFINED__ */
Lines 73 ... 1913 are skipped.
1914
1915 #ifdef __cplusplus
1916
1917 class DECLSPEC_UUID("BF426F7E-7A5E-44D6-830C-A390EA9462A3")
1918 DocWrap;
1919 #endif
1920 #endif /* __MSAATEXTLib_LIBRARY_DEFINED__ */
1921
1922 /* interface __MIDL_itf_msaatext_0000_0015 */
1923 /* [local] */ 
1924
1925 DEFINE_GUID(IID_ITextStoreACP,                         0x28888fe3,0xc2a0,0x483a,0xa3,0xea,0x8c,0xb1,0xce,0x51,0xff,0x3d);
1926 DEFINE_GUID(IID_ITextStoreAnchor,                    0x9b2077b0,0x5f18,0x4dec,0xbe,0xe9,0x3c,0xc7,0x22,0xf5,0xdf,0xe0);
1927 DEFINE_GUID(IID_IAnchor,                                   0x0feb7e34,0x5a60,0x4356,0x8e,0xf7,0xab,0xde,0xc2,0xff,0x7c,0xf8);
1928 DEFINE_GUID(IID_ITextStoreAnchorSink,             0xaa80e905,0x2021,0x11d2,0x93,0xe0,0x00,0x60,0xb0,0x67,0xb8,0x6e);
1929 DEFINE_GUID(IID_ITextStoreACPSink,                  0x22d44c94,0xa419,0x4542,0xa2,0x72,0xae,0x26,0x09,0x3e,0xce,0xcf);
1930
1931
1932 extern RPC_IF_HANDLE __MIDL_itf_msaatext_0000_0015_v0_0_c_ifspec;
1933 extern RPC_IF_HANDLE __MIDL_itf_msaatext_0000_0015_v0_0_s_ifspec;
1934
1935 /* Additional Prototypes for ALL interfaces */
1936
1937 unsigned long                     __RPC_USER  BSTR_UserSize(        unsigned long *, unsigned long                    , BSTR * ); 
1938 unsigned char * __RPC_USER  BSTR_UserMarshal(  unsigned long *, unsigned char *, BSTR * ); 
1939 unsigned char * __RPC_USER  BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * ); 
1940 void                                    __RPC_USER  BSTR_UserFree(        unsigned long *, BSTR * ); 
1941
1942 unsigned long                     __RPC_USER  HWND_UserSize(        unsigned long *, unsigned long                    , HWND * ); 
1943 unsigned char * __RPC_USER  HWND_UserMarshal(  unsigned long *, unsigned char *, HWND * ); 
1944 unsigned char * __RPC_USER  HWND_UserUnmarshal(unsigned long *, unsigned char *, HWND * ); 
1945 void                                    __RPC_USER  HWND_UserFree(        unsigned long *, HWND * ); 
1946
1947 unsigned long                     __RPC_USER  VARIANT_UserSize(        unsigned long *, unsigned long                    , VARIANT * ); 
1948 unsigned char * __RPC_USER  VARIANT_UserMarshal(  unsigned long *, unsigned char *, VARIANT * ); 
1949 unsigned char * __RPC_USER  VARIANT_UserUnmarshal(unsigned long *, unsigned char *, VARIANT * ); 
1950 void                                    __RPC_USER  VARIANT_UserFree(        unsigned long *, VARIANT * ); 
1951
1952 /* end of Additional Prototypes */
1953
1954 #ifdef __cplusplus
1955 }
1956 #endif
1957
1958 #endif
1959
1960
1961
1962