📄 msdasc.h
字号:
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 5.03.0266 */
/* at Mon May 24 02:08:53 1999
*/
/* Compiler settings for msdasc.idl:
Oicf (OptLev=i2), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext
error checks: allocation ref bounds_check enum stub_data
VC __declspec() decoration level:
__declspec(uuid()), __declspec(selectany), __declspec(novtable)
DECLSPEC_UUID(), MIDL_INTERFACE()
*/
//@@MIDL_FILE_HEADING( )
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 440
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __RPCNDR_H_VERSION__
#error this stub requires an updated version of <rpcndr.h>
#endif // __RPCNDR_H_VERSION__
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif /*COM_NO_WINDOWS_H*/
#ifndef __msdasc_h__
#define __msdasc_h__
/* Forward Declarations */
#ifndef __IService_FWD_DEFINED__
#define __IService_FWD_DEFINED__
typedef interface IService IService;
#endif /* __IService_FWD_DEFINED__ */
#ifndef __IDBPromptInitialize_FWD_DEFINED__
#define __IDBPromptInitialize_FWD_DEFINED__
typedef interface IDBPromptInitialize IDBPromptInitialize;
#endif /* __IDBPromptInitialize_FWD_DEFINED__ */
#ifndef __IDataInitialize_FWD_DEFINED__
#define __IDataInitialize_FWD_DEFINED__
typedef interface IDataInitialize IDataInitialize;
#endif /* __IDataInitialize_FWD_DEFINED__ */
#ifndef __IDataSourceLocator_FWD_DEFINED__
#define __IDataSourceLocator_FWD_DEFINED__
typedef interface IDataSourceLocator IDataSourceLocator;
#endif /* __IDataSourceLocator_FWD_DEFINED__ */
#ifndef __DataLinks_FWD_DEFINED__
#define __DataLinks_FWD_DEFINED__
#ifdef __cplusplus
typedef class DataLinks DataLinks;
#else
typedef struct DataLinks DataLinks;
#endif /* __cplusplus */
#endif /* __DataLinks_FWD_DEFINED__ */
#ifndef __MSDAINITIALIZE_FWD_DEFINED__
#define __MSDAINITIALIZE_FWD_DEFINED__
#ifdef __cplusplus
typedef class MSDAINITIALIZE MSDAINITIALIZE;
#else
typedef struct MSDAINITIALIZE MSDAINITIALIZE;
#endif /* __cplusplus */
#endif /* __MSDAINITIALIZE_FWD_DEFINED__ */
#ifndef __PDPO_FWD_DEFINED__
#define __PDPO_FWD_DEFINED__
#ifdef __cplusplus
typedef class PDPO PDPO;
#else
typedef struct PDPO PDPO;
#endif /* __cplusplus */
#endif /* __PDPO_FWD_DEFINED__ */
#ifndef __RootBinder_FWD_DEFINED__
#define __RootBinder_FWD_DEFINED__
#ifdef __cplusplus
typedef class RootBinder RootBinder;
#else
typedef struct RootBinder RootBinder;
#endif /* __cplusplus */
#endif /* __RootBinder_FWD_DEFINED__ */
/* header files for imported files */
#include "oaidl.h"
#include "ocidl.h"
#include "oledb.h"
#ifdef __cplusplus
extern "C"{
#endif
void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
void __RPC_USER MIDL_user_free( void __RPC_FAR * );
/* interface __MIDL_itf_msdasc_0000 */
/* [local] */
typedef
enum tagEBindInfoOptions
{ BIO_BINDER = 0x1
} EBindInfoOptions;
#define STGM_COLLECTION 0x00002000L
#define STGM_OUTPUT 0x00008000L
#define STGM_OPEN 0x80000000L
#define STGM_RECURSIVE 0x01000000L
#define STGM_STRICTOPEN 0x40000000L
extern RPC_IF_HANDLE __MIDL_itf_msdasc_0000_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_msdasc_0000_v0_0_s_ifspec;
#ifndef __IService_INTERFACE_DEFINED__
#define __IService_INTERFACE_DEFINED__
/* interface IService */
/* [object][unique][helpstring][uuid] */
EXTERN_C const IID IID_IService;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("06210E88-01F5-11D1-B512-0080C781C384")
IService : public IUnknown
{
public:
virtual /* [local] */ HRESULT STDMETHODCALLTYPE InvokeService(
/* [in] */ IUnknown __RPC_FAR *pUnkInner) = 0;
};
#else /* C style interface */
typedef struct IServiceVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
IService __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
IService __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
IService __RPC_FAR * This);
/* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *InvokeService )(
IService __RPC_FAR * This,
/* [in] */ IUnknown __RPC_FAR *pUnkInner);
END_INTERFACE
} IServiceVtbl;
interface IService
{
CONST_VTBL struct IServiceVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define IService_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IService_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IService_Release(This) \
(This)->lpVtbl -> Release(This)
#define IService_InvokeService(This,pUnkInner) \
(This)->lpVtbl -> InvokeService(This,pUnkInner)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [local] */ HRESULT STDMETHODCALLTYPE IService_InvokeService_Proxy(
IService __RPC_FAR * This,
/* [in] */ IUnknown __RPC_FAR *pUnkInner);
void __RPC_STUB IService_InvokeService_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IService_INTERFACE_DEFINED__ */
/* interface __MIDL_itf_msdasc_0347 */
/* [local] */
typedef DWORD DBPROMPTOPTIONS;
typedef
enum tagDBPROMPTOPTIONSENUM
{ DBPROMPTOPTIONS_NONE = 0,
DBPROMPTOPTIONS_WIZARDSHEET = 0x1,
DBPROMPTOPTIONS_PROPERTYSHEET = 0x2,
DBPROMPTOPTIONS_BROWSEONLY = 0x8,
DBPROMPTOPTIONS_DISABLE_PROVIDER_SELECTION = 0x10,
DBPROMPTOPTIONS_DISABLESAVEPASSWORD = 0x20
} DBPROMPTOPTIONSENUM;
extern RPC_IF_HANDLE __MIDL_itf_msdasc_0347_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_msdasc_0347_v0_0_s_ifspec;
#ifndef __IDBPromptInitialize_INTERFACE_DEFINED__
#define __IDBPromptInitialize_INTERFACE_DEFINED__
/* interface IDBPromptInitialize */
/* [restricted][local][unique][helpstring][uuid][object] */
EXTERN_C const IID IID_IDBPromptInitialize;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("2206CCB0-19C1-11D1-89E0-00C04FD7A829")
IDBPromptInitialize : public IUnknown
{
public:
virtual /* [local][helpstring] */ HRESULT STDMETHODCALLTYPE PromptDataSource(
/* [in] */ IUnknown __RPC_FAR *pUnkOuter,
/* [in] */ HWND hWndParent,
/* [in] */ DBPROMPTOPTIONS dwPromptOptions,
/* [in] */ ULONG cSourceTypeFilter,
/* [size_is][in] */ DBSOURCETYPE __RPC_FAR *rgSourceTypeFilter,
/* [in] */ LPCOLESTR pwszszzProviderFilter,
/* [in] */ REFIID riid,
/* [iid_is][out][in] */ IUnknown __RPC_FAR *__RPC_FAR *ppDataSource) = 0;
virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE PromptFileName(
/* [in] */ HWND hWndParent,
/* [in] */ DBPROMPTOPTIONS dwPromptOptions,
/* [in] */ LPCOLESTR pwszInitialDirectory,
/* [in] */ LPCOLESTR pwszInitialFile,
/* [out] */ LPOLESTR __RPC_FAR *ppwszSelectedFile) = 0;
};
#else /* C style interface */
typedef struct IDBPromptInitializeVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
IDBPromptInitialize __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
IDBPromptInitialize __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
IDBPromptInitialize __RPC_FAR * This);
/* [local][helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *PromptDataSource )(
IDBPromptInitialize __RPC_FAR * This,
/* [in] */ IUnknown __RPC_FAR *pUnkOuter,
/* [in] */ HWND hWndParent,
/* [in] */ DBPROMPTOPTIONS dwPromptOptions,
/* [in] */ ULONG cSourceTypeFilter,
/* [size_is][in] */ DBSOURCETYPE __RPC_FAR *rgSourceTypeFilter,
/* [in] */ LPCOLESTR pwszszzProviderFilter,
/* [in] */ REFIID riid,
/* [iid_is][out][in] */ IUnknown __RPC_FAR *__RPC_FAR *ppDataSource);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -