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 searchapi.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 __searchapi_h__
43 #define __searchapi_h__
44
45 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
46 #pragma once
47 #endif
48
49 /* Forward Declarations */ 
50
51 #ifndef __IUrlAccessor_FWD_DEFINED__
52 #define __IUrlAccessor_FWD_DEFINED__
53 typedef interface IUrlAccessor IUrlAccessor;
54 #endif     /* __IUrlAccessor_FWD_DEFINED__ */
55
56
57 #ifndef __IUrlAccessor2_FWD_DEFINED__
58 #define __IUrlAccessor2_FWD_DEFINED__
59 typedef interface IUrlAccessor2 IUrlAccessor2;
60 #endif     /* __IUrlAccessor2_FWD_DEFINED__ */
61
62
63 #ifndef __IOpLockStatus_FWD_DEFINED__
64 #define __IOpLockStatus_FWD_DEFINED__
65 typedef interface IOpLockStatus IOpLockStatus;
66 #endif     /* __IOpLockStatus_FWD_DEFINED__ */
67
68
69 #ifndef __ISearchProtocolThreadContext_FWD_DEFINED__
70 #define __ISearchProtocolThreadContext_FWD_DEFINED__
71 typedef interface ISearchProtocolThreadContext ISearchProtocolThreadContext;
72 #endif     /* __ISearchProtocolThreadContext_FWD_DEFINED__ */
Lines 73 ... 4288 are skipped.
4289
4290 EXTERN_C const CLSID CLSID_CSearchRoot;
4291
4292 #ifdef __cplusplus
4293
4294 class DECLSPEC_UUID("30766BD2-EA1C-4F28-BF27-0B44E2F68DB7")
4295 CSearchRoot;
4296 #endif
4297
4298 EXTERN_C const CLSID CLSID_CSearchScopeRule;
4299
4300 #ifdef __cplusplus
4301
4302 class DECLSPEC_UUID("E63DE750-3BD7-4BE5-9C84-6B4281988C44")
4303 CSearchScopeRule;
4304 #endif
4305
4306 EXTERN_C const CLSID CLSID_CSearchPersistentItemsChangedSink;
4307
4308 #ifdef __cplusplus
4309
4310 class DECLSPEC_UUID("D0F268B5-EA7A-4B35-BF2F-E1A091B80D51")
4311 CSearchPersistentItemsChangedSink;
4312 #endif
4313 #endif /* __SearchAPILib_LIBRARY_DEFINED__ */
4314
4315 /* Additional Prototypes for ALL interfaces */
4316
4317 unsigned long                     __RPC_USER  BSTR_UserSize(        unsigned long *, unsigned long                    , BSTR * ); 
4318 unsigned char * __RPC_USER  BSTR_UserMarshal(  unsigned long *, unsigned char *, BSTR * ); 
4319 unsigned char * __RPC_USER  BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * ); 
4320 void                                    __RPC_USER  BSTR_UserFree(        unsigned long *, BSTR * ); 
4321
4322 unsigned long                     __RPC_USER  LPSAFEARRAY_UserSize(        unsigned long *, unsigned long                    , LPSAFEARRAY * ); 
4323 unsigned char * __RPC_USER  LPSAFEARRAY_UserMarshal(  unsigned long *, unsigned char *, LPSAFEARRAY * ); 
4324 unsigned char * __RPC_USER  LPSAFEARRAY_UserUnmarshal(unsigned long *, unsigned char *, LPSAFEARRAY * ); 
4325 void                                    __RPC_USER  LPSAFEARRAY_UserFree(        unsigned long *, LPSAFEARRAY * ); 
4326
4327 /* end of Additional Prototypes */
4328
4329 #ifdef __cplusplus
4330 }
4331 #endif
4332
4333 #endif
4334
4335
4336
4337