📄 sqldistx.h
字号:
/* [in] */ REPL_SUBSCRIPTION_HOST SubscriptionHost);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *DropSubscription )(
ISQLDistribution __RPC_FAR * This,
/* [in] */ REPL_DBDROPOPTION DBDropOption);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Run )(
ISQLDistribution __RPC_FAR * This);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Terminate )(
ISQLDistribution __RPC_FAR * This);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *ReinitializeSubscription )(
ISQLDistribution __RPC_FAR * This);
/* [helpstring][restricted][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_DistributorEncryptedPassword )(
ISQLDistribution __RPC_FAR * This,
/* [in] */ BSTR newVal);
/* [helpstring][restricted][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_PublisherEncryptedPassword )(
ISQLDistribution __RPC_FAR * This,
/* [in] */ BSTR newVal);
/* [helpstring][restricted][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_SubscriberEncryptedPassword )(
ISQLDistribution __RPC_FAR * This,
/* [in] */ BSTR newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ProfileName )(
ISQLDistribution __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ProfileName )(
ISQLDistribution __RPC_FAR * This,
/* [in] */ BSTR newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ErrorRecords )(
ISQLDistribution __RPC_FAR * This,
/* [retval][out] */ ISQLReplErrors __RPC_FAR *__RPC_FAR *pVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_SubscriptionName )(
ISQLDistribution __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_SubscriptionName )(
ISQLDistribution __RPC_FAR * This,
/* [in] */ BSTR newVal);
/* [helpstring][restricted][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_HostType )(
ISQLDistribution __RPC_FAR * This,
/* [in] */ REPL_SUBSCRIPTION_HOST newVal);
END_INTERFACE
} ISQLDistributionVtbl;
interface ISQLDistribution
{
CONST_VTBL struct ISQLDistributionVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define ISQLDistribution_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ISQLDistribution_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ISQLDistribution_Release(This) \
(This)->lpVtbl -> Release(This)
#define ISQLDistribution_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define ISQLDistribution_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define ISQLDistribution_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define ISQLDistribution_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define ISQLDistribution_get_Distributor(This,pVal) \
(This)->lpVtbl -> get_Distributor(This,pVal)
#define ISQLDistribution_put_Distributor(This,newVal) \
(This)->lpVtbl -> put_Distributor(This,newVal)
#define ISQLDistribution_get_DistributorLogin(This,pVal) \
(This)->lpVtbl -> get_DistributorLogin(This,pVal)
#define ISQLDistribution_put_DistributorLogin(This,newVal) \
(This)->lpVtbl -> put_DistributorLogin(This,newVal)
#define ISQLDistribution_get_DistributorPassword(This,pVal) \
(This)->lpVtbl -> get_DistributorPassword(This,pVal)
#define ISQLDistribution_put_DistributorPassword(This,newVal) \
(This)->lpVtbl -> put_DistributorPassword(This,newVal)
#define ISQLDistribution_get_DistributorSecurityMode(This,pVal) \
(This)->lpVtbl -> get_DistributorSecurityMode(This,pVal)
#define ISQLDistribution_put_DistributorSecurityMode(This,newVal) \
(This)->lpVtbl -> put_DistributorSecurityMode(This,newVal)
#define ISQLDistribution_get_LoginTimeout(This,pVal) \
(This)->lpVtbl -> get_LoginTimeout(This,pVal)
#define ISQLDistribution_put_LoginTimeout(This,newVal) \
(This)->lpVtbl -> put_LoginTimeout(This,newVal)
#define ISQLDistribution_get_MaxDeliveredTransactions(This,pVal) \
(This)->lpVtbl -> get_MaxDeliveredTransactions(This,pVal)
#define ISQLDistribution_put_MaxDeliveredTransactions(This,newVal) \
(This)->lpVtbl -> put_MaxDeliveredTransactions(This,newVal)
#define ISQLDistribution_get_Publication(This,pVal) \
(This)->lpVtbl -> get_Publication(This,pVal)
#define ISQLDistribution_put_Publication(This,newVal) \
(This)->lpVtbl -> put_Publication(This,newVal)
#define ISQLDistribution_get_Publisher(This,pVal) \
(This)->lpVtbl -> get_Publisher(This,pVal)
#define ISQLDistribution_put_Publisher(This,newVal) \
(This)->lpVtbl -> put_Publisher(This,newVal)
#define ISQLDistribution_get_PublisherDatabase(This,pVal) \
(This)->lpVtbl -> get_PublisherDatabase(This,pVal)
#define ISQLDistribution_put_PublisherDatabase(This,newVal) \
(This)->lpVtbl -> put_PublisherDatabase(This,newVal)
#define ISQLDistribution_get_PublisherLogin(This,pVal) \
(This)->lpVtbl -> get_PublisherLogin(This,pVal)
#define ISQLDistribution_put_PublisherLogin(This,newVal) \
(This)->lpVtbl -> put_PublisherLogin(This,newVal)
#define ISQLDistribution_get_PublisherPassword(This,pVal) \
(This)->lpVtbl -> get_PublisherPassword(This,pVal)
#define ISQLDistribution_put_PublisherPassword(This,newVal) \
(This)->lpVtbl -> put_PublisherPassword(This,newVal)
#define ISQLDistribution_get_PublisherSecurityMode(This,pVal) \
(This)->lpVtbl -> get_PublisherSecurityMode(This,pVal)
#define ISQLDistribution_put_PublisherSecurityMode(This,newVal) \
(This)->lpVtbl -> put_PublisherSecurityMode(This,newVal)
#define ISQLDistribution_get_QueryTimeout(This,pVal) \
(This)->lpVtbl -> get_QueryTimeout(This,pVal)
#define ISQLDistribution_put_QueryTimeout(This,newVal) \
(This)->lpVtbl -> put_QueryTimeout(This,newVal)
#define ISQLDistribution_get_Subscriber(This,pVal) \
(This)->lpVtbl -> get_Subscriber(This,pVal)
#define ISQLDistribution_put_Subscriber(This,newVal) \
(This)->lpVtbl -> put_Subscriber(This,newVal)
#define ISQLDistribution_get_SubscriberDatabase(This,pVal) \
(This)->lpVtbl -> get_SubscriberDatabase(This,pVal)
#define ISQLDistribution_put_SubscriberDatabase(This,newVal) \
(This)->lpVtbl -> put_SubscriberDatabase(This,newVal)
#define ISQLDistribution_get_SubscriberDatabasePath(This,pVal) \
(This)->lpVtbl -> get_SubscriberDatabasePath(This,pVal)
#define ISQLDistribution_put_SubscriberDatabasePath(This,newVal) \
(This)->lpVtbl -> put_SubscriberDatabasePath(This,newVal)
#define ISQLDistribution_get_SubscriberLogin(This,pVal) \
(This)->lpVtbl -> get_SubscriberLogin(This,pVal)
#define ISQLDistribution_put_SubscriberLogin(This,newVal) \
(This)->lpVtbl -> put_SubscriberLogin(This,newVal)
#define ISQLDistribution_get_SubscriberPassword(This,pVal) \
(This)->lpVtbl -> get_SubscriberPassword(This,pVal)
#define ISQLDistribution_put_SubscriberPassword(This,newVal) \
(This)->lpVtbl -> put_SubscriberPassword(This,newVal)
#define ISQLDistribution_get_SubscriberSecurityMode(This,pVal) \
(This)->lpVtbl -> get_SubscriberSecurityMode(This,pVal)
#define ISQLDistribution_put_SubscriberSecurityMode(This,newVal) \
(This)->lpVtbl -> put_SubscriberSecurityMode(This,newVal)
#define ISQLDistribution_get_SubscriberDatasourceType(This,pVal) \
(This)->lpVtbl -> get_SubscriberDatasourceType(This,pVal)
#define ISQLDistribution_put_SubscriberDatasourceType(This,newVal) \
(This)->lpVtbl -> put_SubscriberDatasourceType(This,newVal)
#define ISQLDistribution_get_SubscriptionType(This,pVal) \
(This)->lpVtbl -> get_SubscriptionType(This,pVal)
#define ISQLDistribution_put_SubscriptionType(This,newVal) \
(This)->lpVtbl -> put_SubscriptionType(This,newVal)
#define ISQLDistribution_get_UndeliveredCommands(This,pVal) \
(This)->lpVtbl -> get_UndeliveredCommands(This,pVal)
#define ISQLDistribution_get_UndeliveredTransactions(This,pVal) \
(This)->lpVtbl -> get_UndeliveredTransactions(This,pVal)
#define ISQLDistribution_get_DistributorAddress(This,pVal) \
(This)->lpVtbl -> get_DistributorAddress(This,pVal)
#define ISQLDistribution_put_DistributorAddress(This,newVal) \
(This)->lpVtbl -> put_DistributorAddress(This,newVal)
#define ISQLDistribution_get_DistributorNetwork(This,pVal) \
(This)->lpVtbl -> get_DistributorNetwork(This,pVal)
#define ISQLDistribution_put_DistributorNetwork(This,newVal) \
(This)->lpVtbl -> put_DistributorNetwork(This,newVal)
#define ISQLDistribution_get_PublisherAddress(This,pVal) \
(This)->lpVtbl -> get_PublisherAddress(This,pVal)
#define ISQLDistribution_put_PublisherAddress(This,newVal) \
(This)->lpVtbl -> put_PublisherAddress(This,newVal)
#define ISQLDistribution_get_PublisherNetwork(This,pVal) \
(This)->lpVtbl -> get_PublisherNetwork(This,pVal)
#define ISQLDistribution_put_PublisherNetwork(This,newVal) \
(This)->lpVtbl -> put_PublisherNetwork(This,newVal)
#define ISQLDistribution_get_FTPAddress(This,pVal) \
(This)->lpVtbl -> get_FTPAddress(This,pVal)
#define ISQLDistribution_put_FTPAddress(This,newVal) \
(This)->lpVtbl -> put_FTPAddress(This,newVal)
#define ISQLDistribution_get_FTPLogin(This,pVal) \
(This)->lpVtbl -> get_FTPLogin(This,pVal)
#define ISQLDistribution_put_FTPLogin(This,newVal) \
(This)->lpVtbl -> put_FTPLogin(This,newVal)
#define ISQLDistribution_get_FTPPassword(This,pVal) \
(This)->lpVtbl -> get_FTPPassword(This,pVal)
#define ISQLDistribution_put_FTPPassword(This,newVal) \
(This)->lpVtbl -> put_FTPPassword(This,newVal)
#define ISQLDistribution_get_FTPPort(This,pVal) \
(This)->lpVtbl -> get_FTPPort(This,pVal)
#define ISQLDistribution_put_FTPPort(This,newVal) \
(This)->lpVtbl -> put_FTPPort(This,newVal)
#define ISQLDistribution_Initialize(This) \
(This)->lpVtbl -> Initialize(This)
#define ISQLDistribution_AddSubscription(This,DBAddOption,SubscriptionHost) \
(This)->lpVtbl -> AddSubscription(This,DBAddOption,SubscriptionHost)
#define ISQLDistribution_DropSubscription(This,DBDropOption) \
(This)->lpVtbl -> DropSubscription(This,DBDropOption)
#define ISQLDistribution_Run(This) \
(This)->lpVtbl -> Run(This)
#define ISQLDistribution_Terminate(This) \
(This)->lpVtbl -> Terminate(This)
#define ISQLDistribution_ReinitializeSubscription(This) \
(This)->lpVtbl -> ReinitializeSubscription(This)
#define ISQLDistribution_put_DistributorEncryptedPassword(This,newVal) \
(This)->lpVtbl -> put_DistributorEncryptedPassword(This,newVal)
#define ISQLDistribution_put_PublisherEncryptedPassword(This,newVal) \
(This)->lpVtbl -> put_PublisherEncryptedPassword(This,newVal)
#define ISQLDistribution_put_SubscriberEncryptedPassword(This,newVal) \
(This)->lpVtbl -> put_SubscriberEncryptedPassword(This,newVal)
#define ISQLDistribution_get_ProfileName(This,pVal) \
(This)->lpVtbl -> get_ProfileName(This,pVal)
#define ISQLDistribution_put_ProfileName(This,newVal) \
(This)->lpVtbl -> put_ProfileName(This,newVal)
#define ISQLDistribution_get_ErrorRecords(This,pVal) \
(This)->lpVtbl -> get_ErrorRecords(This,pVal)
#define ISQLDistribution_get_SubscriptionName(This,pVal) \
(This)->lpVtbl -> get_SubscriptionName(This,pVal)
#define ISQLDistribution_put_SubscriptionName(This,newVal) \
(This)->lpVtbl -> put_SubscriptionName(This,newVal)
#define ISQLDistribution_put_HostType(This,newVal) \
(This)->lpVtbl -> put_HostType(This,newVal)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_get_Distributor_Proxy(
ISQLDistribution __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
void __RPC_STUB ISQLDistribution_get_Distributor_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_put_Distributor_Proxy(
ISQLDistribution __RPC_FAR * This,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -