|
|
|
| 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 adojet.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 __adojet_h__ |
| 39 |
|
#define __adojet_h__ |
| 40 |
|
|
| 41 |
|
#if defined(_MSC_VER) && (_MSC_VER >= 1020) |
| 42 |
|
#pragma once |
| 43 |
|
#endif |
| 44 |
|
|
| 45 |
|
/* Forward Declarations */ |
| 46 |
|
|
| 47 |
|
#ifndef __IReplica_FWD_DEFINED__ |
| 48 |
|
#define __IReplica_FWD_DEFINED__ |
| 49 |
|
typedef interface IReplica IReplica; |
| 50 |
|
#endif /* __IReplica_FWD_DEFINED__ */ |
| 51 |
|
|
| 52 |
|
|
| 53 |
|
#ifndef __Filter_FWD_DEFINED__ |
| 54 |
|
#define __Filter_FWD_DEFINED__ |
| 55 |
|
typedef interface Filter Filter; |
| 56 |
|
#endif /* __Filter_FWD_DEFINED__ */ |
| 57 |
|
|
| 58 |
|
|
| 59 |
|
#ifndef __Filters_FWD_DEFINED__ |
| 60 |
|
#define __Filters_FWD_DEFINED__ |
| 61 |
|
typedef interface Filters Filters; |
| 62 |
|
#endif /* __Filters_FWD_DEFINED__ */ |
| 63 |
|
|
| 64 |
|
|
| 65 |
|
#ifndef __IJetEngine_FWD_DEFINED__ |
| 66 |
|
#define __IJetEngine_FWD_DEFINED__ |
| 67 |
|
typedef interface IJetEngine IJetEngine; |
| 68 |
|
#endif /* __IJetEngine_FWD_DEFINED__ */ |
| 69 |
|
|
| 70 |
|
|
| 71 |
|
#ifndef __Replica_FWD_DEFINED__ |
| 72 |
|
#define __Replica_FWD_DEFINED__ |
| 941 |
|
|
| 942 |
|
|
| 943 |
|
#define IJetEngine_CompactDatabase(This,SourceConnection,Destconnection) \ |
| 944 |
|
( (This)->lpVtbl -> CompactDatabase(This,SourceConnection,Destconnection) ) |
| 945 |
|
|
| 946 |
|
#define IJetEngine_RefreshCache(This,Connection) \ |
| 947 |
|
( (This)->lpVtbl -> RefreshCache(This,Connection) ) |
| 948 |
|
|
| 949 |
|
#endif /* COBJMACROS */ |
| 950 |
|
|
| 951 |
|
|
| 952 |
|
#endif /* C style interface */ |
| 953 |
|
|
| 954 |
|
|
| 955 |
|
|
| 956 |
|
|
| 957 |
|
#endif /* __IJetEngine_INTERFACE_DEFINED__ */ |
| 958 |
|
|
| 959 |
|
|
| 960 |
|
EXTERN_C const CLSID CLSID_Replica; |
| 961 |
|
|
| 962 |
|
#ifdef __cplusplus |
| 963 |
|
|
| 964 |
|
class DECLSPEC_UUID("D2D139E3-B6CA-11d1-9F31-00C04FC29D52") |
| 965 |
|
Replica; |
| 966 |
|
#endif |
| 967 |
|
|
| 968 |
|
EXTERN_C const CLSID CLSID_JetEngine; |
| 969 |
|
|
| 970 |
|
#ifdef __cplusplus |
| 971 |
|
|
| 972 |
|
class DECLSPEC_UUID("DE88C160-FF2C-11D1-BB6F-00C04FAE22DA") |
| 973 |
|
JetEngine; |
| 974 |
|
#endif |
| 975 |
|
#endif /* __JRO_LIBRARY_DEFINED__ */ |
| 976 |
|
|
| 977 |
|
/* Additional Prototypes for ALL interfaces */ |
| 978 |
|
|
| 979 |
|
/* end of Additional Prototypes */ |
| 980 |
|
|
| 981 |
|
#ifdef __cplusplus |
| 982 |
|
} |
| 983 |
|
#endif |
| 984 |
|
|
| 985 |
|
#endif |
| 986 |
|
|
| 987 |
|
|
| 988 |
|
|
| 989 |
|
|
|
|
|