123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606 |
- //-----------------------------------------------------------------------------
- // File: msdasql.h
- //
- // Copyright: Copyright (c) Microsoft Corporation
- //
- // Contents: Provider Specific definitions
- //
- // Comments:
- //
- //-----------------------------------------------------------------------------
- #ifndef _MSDASQL_H_
- #define _MSDASQL_H_
- #undef MSDASQLDECLSPEC
- #if _MSC_VER >= 1100
- #define MSDASQLDECLSPEC __declspec(selectany)
- #else
- #define MSDASQLDECLSPEC
- #endif //_MSC_VER
- // Provider Class Id
- #ifdef DBINITCONSTANTS
- // IID_ISQLRequestDiagFields {228972F0-B5FF-11d0-8A80-00C04FD611CD}
- extern const MSDASQLDECLSPEC GUID IID_ISQLRequestDiagFields = { 0x228972f0, 0xb5ff, 0x11d0, { 0x8a, 0x80, 0x0, 0xc0, 0x4f, 0xd6, 0x11, 0xcd } };
- // IID_ISQLGetDiagField {228972F1-B5FF-11d0-8A80-00C04FD611CD}
- extern const MSDASQLDECLSPEC GUID IID_ISQLGetDiagField = { 0x228972f1, 0xb5ff, 0x11d0, { 0x8a, 0x80, 0x0, 0xc0, 0x4f, 0xd6, 0x11, 0xcd } };
- // @msg IID_IRowsetChangeExtInfo | {0c733a8f-2a1c-11ce-ade5-00aa0044773d}
- extern const MSDASQLDECLSPEC GUID IID_IRowsetChangeExtInfo = {0x0C733A8FL,0x2A1C,0x11CE,{0xAD,0xE5,0x00,0xAA,0x00,0x44,0x77,0x3D}};
- extern const MSDASQLDECLSPEC GUID CLSID_MSDASQL = {0xC8B522CBL,0x5CF3,0x11CE,{0xAD,0xE5,0x00,0xAA,0x00,0x44,0x77,0x3D}};
- extern const MSDASQLDECLSPEC GUID CLSID_MSDASQL_ENUMERATOR = {0xC8B522CDL,0x5CF3,0x11CE,{0xAD,0xE5,0x00,0xAA,0x00,0x44,0x77,0x3D}};
- #else // !DBINITCONSTANTS
- extern const GUID IID_ISQLRequestDiagFields;
- extern const GUID IID_ISQLGetDiagField;
- extern const GUID IID_IRowsetChangeExtInfo;
- extern const GUID CLSID_MSDASQL;
- extern const GUID CLSID_MSDASQL_ENUMERATOR;
- #endif // DBINITCONSTANTS
- //----------------------------------------------------------------------------
- // MSDASQL specific properties
- #ifdef DBINITCONSTANTS
- extern const MSDASQLDECLSPEC GUID DBPROPSET_PROVIDERDATASOURCEINFO = {0x497c60e0,0x7123,0x11cf,{0xb1,0x71,0x0,0xaa,0x0,0x57,0x59,0x9e}};
- extern const MSDASQLDECLSPEC GUID DBPROPSET_PROVIDERROWSET = {0x497c60e1,0x7123,0x11cf,{0xb1,0x71,0x0,0xaa,0x0,0x57,0x59,0x9e}};
- extern const MSDASQLDECLSPEC GUID DBPROPSET_PROVIDERDBINIT = {0x497c60e2,0x7123,0x11cf,{0xb1,0x71,0x0,0xaa,0x0,0x57,0x59,0x9e}};
- extern const MSDASQLDECLSPEC GUID DBPROPSET_PROVIDERSTMTATTR = {0x497c60e3,0x7123,0x11cf,{0xb1,0x71,0x0,0xaa,0x0,0x57,0x59,0x9e}};
- extern const MSDASQLDECLSPEC GUID DBPROPSET_PROVIDERCONNATTR = {0x497c60e4,0x7123,0x11cf,{0xb1,0x71,0x0,0xaa,0x0,0x57,0x59,0x9e}};
- #else // !DBINITCONSTANTS
- extern const GUID DBPROPSET_PROVIDERDATASOURCEINFO;
- extern const GUID DBPROPSET_PROVIDERROWSET;
- extern const GUID DBPROPSET_PROVIDERDBINIT;
- extern const GUID DBPROPSET_PROVIDERSTMTATTR;
- extern const GUID DBPROPSET_PROVIDERCONNATTR;
- #endif // DBINITCONSTANTS
- // PropIds under DBPROPSET_PROVIDERROWSET
- #define KAGPROP_QUERYBASEDUPDATES 2
- #define KAGPROP_MARSHALLABLE 3
- #define KAGPROP_POSITIONONNEWROW 4
- #define KAGPROP_IRowsetChangeExtInfo 5
- #define KAGPROP_CURSOR 6
- #define KAGPROP_CONCURRENCY 7
- #define KAGPROP_BLOBSONFOCURSOR 8
- #define KAGPROP_INCLUDENONEXACT 9
- #define KAGPROP_FORCESSFIREHOSEMODE 10
- #define KAGPROP_FORCENOPARAMETERREBIND 11
- #define KAGPROP_FORCENOPREPARE 12
- #define KAGPROP_FORCENOREEXECUTE 13
- // PropIds under DPBROPSET_PROVIDERDATASOURCEINFO
- #define KAGPROP_ACCESSIBLEPROCEDURES 2
- #define KAGPROP_ACCESSIBLETABLES 3
- #define KAGPROP_ODBCSQLOPTIEF 4
- #define KAGPROP_OJCAPABILITY 5
- #define KAGPROP_PROCEDURES 6
- #define KAGPROP_DRIVERNAME 7
- #define KAGPROP_DRIVERVER 8
- #define KAGPROP_DRIVERODBCVER 9
- #define KAGPROP_LIKEESCAPECLAUSE 10
- #define KAGPROP_SPECIALCHARACTERS 11
- #define KAGPROP_MAXCOLUMNSINGROUPBY 12
- #define KAGPROP_MAXCOLUMNSININDEX 13
- #define KAGPROP_MAXCOLUMNSINORDERBY 14
- #define KAGPROP_MAXCOLUMNSINSELECT 15
- #define KAGPROP_MAXCOLUMNSINTABLE 16
- #define KAGPROP_NUMERICFUNCTIONS 17
- #define KAGPROP_ODBCSQLCONFORMANCE 18
- #define KAGPROP_OUTERJOINS 19
- #define KAGPROP_STRINGFUNCTIONS 20
- #define KAGPROP_SYSTEMFUNCTIONS 21
- #define KAGPROP_TIMEDATEFUNCTIONS 22
- #define KAGPROP_FILEUSAGE 23
- #define KAGPROP_ACTIVESTATEMENTS 24
- // PropIds under DBPROPSET_PROVIDERDBINIT
- #define KAGPROP_AUTH_TRUSTEDCONNECTION 2
- #define KAGPROP_AUTH_SERVERINTEGRATED 3
- // Bitmask values for KAGPROP_CONCURRENCY
- #define KAGPROPVAL_CONCUR_ROWVER 0x00000001
- #define KAGPROPVAL_CONCUR_VALUES 0x00000002
- #define KAGPROPVAL_CONCUR_LOCK 0x00000004
- #define KAGPROPVAL_CONCUR_READ_ONLY 0x00000008
- /* this ALWAYS GENERATED file contains the definitions for the interfaces */
- /* File created by MIDL compiler version 6.00.0363 */
- /* Compiler settings for rstcei.idl:
- Oicf, W1, Zp8, env=Win32 (32b run)
- protocol : dce , 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( )
- #pragma warning( disable: 4049 ) /* more than 64k source lines */
- /* 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 __rstcei_h__
- #define __rstcei_h__
- #if defined(_MSC_VER) && (_MSC_VER >= 1020)
- #pragma once
- #endif
- /* Forward Declarations */
- #ifndef __IRowsetChangeExtInfo_FWD_DEFINED__
- #define __IRowsetChangeExtInfo_FWD_DEFINED__
- typedef interface IRowsetChangeExtInfo IRowsetChangeExtInfo;
- #endif /* __IRowsetChangeExtInfo_FWD_DEFINED__ */
- /* header files for imported files */
- #include "oledb.h"
- #ifdef __cplusplus
- extern "C"{
- #endif
- void * __RPC_USER MIDL_user_allocate(size_t);
- void __RPC_USER MIDL_user_free( void * );
- #ifndef __IRowsetChangeExtInfo_INTERFACE_DEFINED__
- #define __IRowsetChangeExtInfo_INTERFACE_DEFINED__
- /* interface IRowsetChangeExtInfo */
- /* [unique][uuid][object][local] */
- EXTERN_C const IID IID_IRowsetChangeExtInfo;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("0c733a8f-2a1c-11ce-ade5-00aa0044773d")
- IRowsetChangeExtInfo : public IUnknown
- {
- public:
- virtual HRESULT STDMETHODCALLTYPE GetOriginalRow(
- /* [in] */ HCHAPTER hReserved,
- /* [in] */ HROW hRow,
- /* [out] */ HROW *phRowOriginal) = 0;
-
- virtual HRESULT STDMETHODCALLTYPE GetPendingColumns(
- /* [in] */ HCHAPTER hReserved,
- /* [in] */ HROW hRow,
- /* [in] */ ULONG cColumnOrdinals,
- /* [size_is][in] */ const ULONG rgiOrdinals[ ],
- /* [size_is][out] */ DBPENDINGSTATUS rgColumnStatus[ ]) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct IRowsetChangeExtInfoVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- IRowsetChangeExtInfo * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- IRowsetChangeExtInfo * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- IRowsetChangeExtInfo * This);
-
- HRESULT ( STDMETHODCALLTYPE *GetOriginalRow )(
- IRowsetChangeExtInfo * This,
- /* [in] */ HCHAPTER hReserved,
- /* [in] */ HROW hRow,
- /* [out] */ HROW *phRowOriginal);
-
- HRESULT ( STDMETHODCALLTYPE *GetPendingColumns )(
- IRowsetChangeExtInfo * This,
- /* [in] */ HCHAPTER hReserved,
- /* [in] */ HROW hRow,
- /* [in] */ ULONG cColumnOrdinals,
- /* [size_is][in] */ const ULONG rgiOrdinals[ ],
- /* [size_is][out] */ DBPENDINGSTATUS rgColumnStatus[ ]);
-
- END_INTERFACE
- } IRowsetChangeExtInfoVtbl;
- interface IRowsetChangeExtInfo
- {
- CONST_VTBL struct IRowsetChangeExtInfoVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define IRowsetChangeExtInfo_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define IRowsetChangeExtInfo_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define IRowsetChangeExtInfo_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define IRowsetChangeExtInfo_GetOriginalRow(This,hReserved,hRow,phRowOriginal) \
- (This)->lpVtbl -> GetOriginalRow(This,hReserved,hRow,phRowOriginal)
- #define IRowsetChangeExtInfo_GetPendingColumns(This,hReserved,hRow,cColumnOrdinals,rgiOrdinals,rgColumnStatus) \
- (This)->lpVtbl -> GetPendingColumns(This,hReserved,hRow,cColumnOrdinals,rgiOrdinals,rgColumnStatus)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- HRESULT STDMETHODCALLTYPE IRowsetChangeExtInfo_GetOriginalRow_Proxy(
- IRowsetChangeExtInfo * This,
- /* [in] */ HCHAPTER hReserved,
- /* [in] */ HROW hRow,
- /* [out] */ HROW *phRowOriginal);
- void __RPC_STUB IRowsetChangeExtInfo_GetOriginalRow_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- HRESULT STDMETHODCALLTYPE IRowsetChangeExtInfo_GetPendingColumns_Proxy(
- IRowsetChangeExtInfo * This,
- /* [in] */ HCHAPTER hReserved,
- /* [in] */ HROW hRow,
- /* [in] */ ULONG cColumnOrdinals,
- /* [size_is][in] */ const ULONG rgiOrdinals[ ],
- /* [size_is][out] */ DBPENDINGSTATUS rgColumnStatus[ ]);
- void __RPC_STUB IRowsetChangeExtInfo_GetPendingColumns_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __IRowsetChangeExtInfo_INTERFACE_DEFINED__ */
- /* Additional Prototypes for ALL interfaces */
- /* end of Additional Prototypes */
- #ifdef __cplusplus
- }
- #endif
- #endif
- /* this ALWAYS GENERATED file contains the definitions for the interfaces */
- /* File created by MIDL compiler version 6.00.0363 */
- /* Compiler settings for kagdiag.idl:
- Oicf, W1, Zp8, env=Win32 (32b run)
- protocol : dce , 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( )
- #pragma warning( disable: 4049 ) /* more than 64k source lines */
- /* 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 __kagdiag_h__
- #define __kagdiag_h__
- #if defined(_MSC_VER) && (_MSC_VER >= 1020)
- #pragma once
- #endif
- /* Forward Declarations */
- #ifndef __ISQLRequestDiagFields_FWD_DEFINED__
- #define __ISQLRequestDiagFields_FWD_DEFINED__
- typedef interface ISQLRequestDiagFields ISQLRequestDiagFields;
- #endif /* __ISQLRequestDiagFields_FWD_DEFINED__ */
- #ifndef __ISQLGetDiagField_FWD_DEFINED__
- #define __ISQLGetDiagField_FWD_DEFINED__
- typedef interface ISQLGetDiagField ISQLGetDiagField;
- #endif /* __ISQLGetDiagField_FWD_DEFINED__ */
- /* header files for imported files */
- #include "unknwn.h"
- #include "oaidl.h"
- #ifdef __cplusplus
- extern "C"{
- #endif
- void * __RPC_USER MIDL_user_allocate(size_t);
- void __RPC_USER MIDL_user_free( void * );
- /* interface __MIDL_itf_kagdiag_0000 */
- /* [local] */
- enum KAGREQDIAGFLAGSENUM
- { KAGREQDIAGFLAGS_HEADER = 0x1,
- KAGREQDIAGFLAGS_RECORD = 0x2
- } ;
- // the structure passed in in IRequestDiagFields::RequestDiagFields
- typedef struct tagKAGREQDIAG
- {
- ULONG ulDiagFlags;
- VARTYPE vt;
- SHORT sDiagField;
- } KAGREQDIAG;
- // the structure passed in in IGetDiagField::GetDiagField
- typedef struct tagKAGGETDIAG
- {
- ULONG ulSize;
- VARIANTARG vDiagInfo;
- SHORT sDiagField;
- } KAGGETDIAG;
- extern RPC_IF_HANDLE __MIDL_itf_kagdiag_0000_v0_0_c_ifspec;
- extern RPC_IF_HANDLE __MIDL_itf_kagdiag_0000_v0_0_s_ifspec;
- #ifndef __ISQLRequestDiagFields_INTERFACE_DEFINED__
- #define __ISQLRequestDiagFields_INTERFACE_DEFINED__
- /* interface ISQLRequestDiagFields */
- /* [object][uuid] */
- EXTERN_C const IID IID_ISQLRequestDiagFields;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("228972F0-B5FF-11d0-8A80-00C04FD611CD")
- ISQLRequestDiagFields : public IUnknown
- {
- public:
- virtual HRESULT STDMETHODCALLTYPE RequestDiagFields(
- /* [in] */ ULONG cDiagFields,
- /* [size_is][in] */ KAGREQDIAG rgDiagFields[ ]) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct ISQLRequestDiagFieldsVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- ISQLRequestDiagFields * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- ISQLRequestDiagFields * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- ISQLRequestDiagFields * This);
-
- HRESULT ( STDMETHODCALLTYPE *RequestDiagFields )(
- ISQLRequestDiagFields * This,
- /* [in] */ ULONG cDiagFields,
- /* [size_is][in] */ KAGREQDIAG rgDiagFields[ ]);
-
- END_INTERFACE
- } ISQLRequestDiagFieldsVtbl;
- interface ISQLRequestDiagFields
- {
- CONST_VTBL struct ISQLRequestDiagFieldsVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define ISQLRequestDiagFields_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define ISQLRequestDiagFields_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define ISQLRequestDiagFields_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define ISQLRequestDiagFields_RequestDiagFields(This,cDiagFields,rgDiagFields) \
- (This)->lpVtbl -> RequestDiagFields(This,cDiagFields,rgDiagFields)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- HRESULT STDMETHODCALLTYPE ISQLRequestDiagFields_RequestDiagFields_Proxy(
- ISQLRequestDiagFields * This,
- /* [in] */ ULONG cDiagFields,
- /* [size_is][in] */ KAGREQDIAG rgDiagFields[ ]);
- void __RPC_STUB ISQLRequestDiagFields_RequestDiagFields_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __ISQLRequestDiagFields_INTERFACE_DEFINED__ */
- #ifndef __ISQLGetDiagField_INTERFACE_DEFINED__
- #define __ISQLGetDiagField_INTERFACE_DEFINED__
- /* interface ISQLGetDiagField */
- /* [object][uuid] */
- EXTERN_C const IID IID_ISQLGetDiagField;
- #if defined(__cplusplus) && !defined(CINTERFACE)
-
- MIDL_INTERFACE("228972F1-B5FF-11d0-8A80-00C04FD611CD")
- ISQLGetDiagField : public IUnknown
- {
- public:
- virtual HRESULT STDMETHODCALLTYPE GetDiagField(
- /* [unique][out][in] */ KAGGETDIAG *pDiagInfo) = 0;
-
- };
-
- #else /* C style interface */
- typedef struct ISQLGetDiagFieldVtbl
- {
- BEGIN_INTERFACE
-
- HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
- ISQLGetDiagField * This,
- /* [in] */ REFIID riid,
- /* [iid_is][out] */ void **ppvObject);
-
- ULONG ( STDMETHODCALLTYPE *AddRef )(
- ISQLGetDiagField * This);
-
- ULONG ( STDMETHODCALLTYPE *Release )(
- ISQLGetDiagField * This);
-
- HRESULT ( STDMETHODCALLTYPE *GetDiagField )(
- ISQLGetDiagField * This,
- /* [unique][out][in] */ KAGGETDIAG *pDiagInfo);
-
- END_INTERFACE
- } ISQLGetDiagFieldVtbl;
- interface ISQLGetDiagField
- {
- CONST_VTBL struct ISQLGetDiagFieldVtbl *lpVtbl;
- };
-
- #ifdef COBJMACROS
- #define ISQLGetDiagField_QueryInterface(This,riid,ppvObject) \
- (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
- #define ISQLGetDiagField_AddRef(This) \
- (This)->lpVtbl -> AddRef(This)
- #define ISQLGetDiagField_Release(This) \
- (This)->lpVtbl -> Release(This)
- #define ISQLGetDiagField_GetDiagField(This,pDiagInfo) \
- (This)->lpVtbl -> GetDiagField(This,pDiagInfo)
- #endif /* COBJMACROS */
- #endif /* C style interface */
- HRESULT STDMETHODCALLTYPE ISQLGetDiagField_GetDiagField_Proxy(
- ISQLGetDiagField * This,
- /* [unique][out][in] */ KAGGETDIAG *pDiagInfo);
- void __RPC_STUB ISQLGetDiagField_GetDiagField_Stub(
- IRpcStubBuffer *This,
- IRpcChannelBuffer *_pRpcChannelBuffer,
- PRPC_MESSAGE _pRpcMessage,
- DWORD *_pdwStubPhase);
- #endif /* __ISQLGetDiagField_INTERFACE_DEFINED__ */
- /* Additional Prototypes for ALL interfaces */
- unsigned long __RPC_USER VARIANT_UserSize( unsigned long *, unsigned long , VARIANT * );
- unsigned char * __RPC_USER VARIANT_UserMarshal( unsigned long *, unsigned char *, VARIANT * );
- unsigned char * __RPC_USER VARIANT_UserUnmarshal(unsigned long *, unsigned char *, VARIANT * );
- void __RPC_USER VARIANT_UserFree( unsigned long *, VARIANT * );
- /* end of Additional Prototypes */
- #ifdef __cplusplus
- }
- #endif
- #endif
- #endif
- //----
|