sqldistx.h

来自「sql2000 DEVTOOLS INCLUDE」· C头文件 代码 · 共 1,527 行 · 第 1/5 页

H
1,527
字号
    (This)->lpVtbl -> get_WorkingDirectory(This,pVal)

#define ISQLDistribution_put_WorkingDirectory(This,newVal)	\
    (This)->lpVtbl -> put_WorkingDirectory(This,newVal)

#define ISQLDistribution_get_FileTransferType(This,pVal)	\
    (This)->lpVtbl -> get_FileTransferType(This,pVal)

#define ISQLDistribution_put_FileTransferType(This,newVal)	\
    (This)->lpVtbl -> put_FileTransferType(This,newVal)

#define ISQLDistribution_get_DTSPackageFileName(This,pVal)	\
    (This)->lpVtbl -> get_DTSPackageFileName(This,pVal)

#define ISQLDistribution_put_DTSPackageFileName(This,newVal)	\
    (This)->lpVtbl -> put_DTSPackageFileName(This,newVal)

#define ISQLDistribution_get_DTSPackagePassword(This,pVal)	\
    (This)->lpVtbl -> get_DTSPackagePassword(This,pVal)

#define ISQLDistribution_put_DTSPackagePassword(This,newVal)	\
    (This)->lpVtbl -> put_DTSPackagePassword(This,newVal)

#define ISQLDistribution_CopySubscription(This,bstrSubscriptionFileName,FileCreateOption)	\
    (This)->lpVtbl -> CopySubscription(This,bstrSubscriptionFileName,FileCreateOption)

#define ISQLDistribution_SetFailoverMode(This,failoverMode)	\
    (This)->lpVtbl -> SetFailoverMode(This,failoverMode)

#define ISQLDistribution_get_SynchronizationType(This,pVal)	\
    (This)->lpVtbl -> get_SynchronizationType(This,pVal)

#define ISQLDistribution_put_SynchronizationType(This,newVal)	\
    (This)->lpVtbl -> put_SynchronizationType(This,newVal)

#define ISQLDistribution_get_SkipErrors(This,pVal)	\
    (This)->lpVtbl -> get_SkipErrors(This,pVal)

#define ISQLDistribution_put_SkipErrors(This,newVal)	\
    (This)->lpVtbl -> put_SkipErrors(This,newVal)

#define ISQLDistribution_get_SubscriptionUpdateMode(This,pVal)	\
    (This)->lpVtbl -> get_SubscriptionUpdateMode(This,pVal)

#define ISQLDistribution_put_SubscriptionUpdateMode(This,newVal)	\
    (This)->lpVtbl -> put_SubscriptionUpdateMode(This,newVal)

#define ISQLDistribution_get_PublisherRPCLogin(This,pVal)	\
    (This)->lpVtbl -> get_PublisherRPCLogin(This,pVal)

#define ISQLDistribution_put_PublisherRPCLogin(This,newVal)	\
    (This)->lpVtbl -> put_PublisherRPCLogin(This,newVal)

#define ISQLDistribution_get_PublisherRPCPassword(This,pVal)	\
    (This)->lpVtbl -> get_PublisherRPCPassword(This,pVal)

#define ISQLDistribution_put_PublisherRPCPassword(This,newVal)	\
    (This)->lpVtbl -> put_PublisherRPCPassword(This,newVal)

#define ISQLDistribution_get_HostName(This,pVal)	\
    (This)->lpVtbl -> get_HostName(This,pVal)

#define ISQLDistribution_put_HostName(This,newVal)	\
    (This)->lpVtbl -> put_HostName(This,newVal)

#define ISQLDistribution_get_LastUpdatedTime(This,pVal)	\
    (This)->lpVtbl -> get_LastUpdatedTime(This,pVal)

#define ISQLDistribution_get_PublisherRPCSecurityMode(This,pVal)	\
    (This)->lpVtbl -> get_PublisherRPCSecurityMode(This,pVal)

#define ISQLDistribution_put_PublisherRPCSecurityMode(This,newVal)	\
    (This)->lpVtbl -> put_PublisherRPCSecurityMode(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,
    /* [in] */ BSTR newVal);


void __RPC_STUB ISQLDistribution_put_Distributor_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_get_DistributorLogin_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [retval][out] */ BSTR __RPC_FAR *pVal);


void __RPC_STUB ISQLDistribution_get_DistributorLogin_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_put_DistributorLogin_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [in] */ BSTR newVal);


void __RPC_STUB ISQLDistribution_put_DistributorLogin_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_get_DistributorPassword_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [retval][out] */ BSTR __RPC_FAR *pVal);


void __RPC_STUB ISQLDistribution_get_DistributorPassword_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_put_DistributorPassword_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [in] */ BSTR newVal);


void __RPC_STUB ISQLDistribution_put_DistributorPassword_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_get_DistributorSecurityMode_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [retval][out] */ REPL_SECURITY_TYPE __RPC_FAR *pVal);


void __RPC_STUB ISQLDistribution_get_DistributorSecurityMode_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_put_DistributorSecurityMode_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [in] */ REPL_SECURITY_TYPE newVal);


void __RPC_STUB ISQLDistribution_put_DistributorSecurityMode_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_get_LoginTimeout_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [retval][out] */ short __RPC_FAR *pVal);


void __RPC_STUB ISQLDistribution_get_LoginTimeout_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_put_LoginTimeout_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [in] */ short newVal);


void __RPC_STUB ISQLDistribution_put_LoginTimeout_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_get_MaxDeliveredTransactions_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [retval][out] */ long __RPC_FAR *pVal);


void __RPC_STUB ISQLDistribution_get_MaxDeliveredTransactions_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_put_MaxDeliveredTransactions_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [in] */ long newVal);


void __RPC_STUB ISQLDistribution_put_MaxDeliveredTransactions_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_get_Publication_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [retval][out] */ BSTR __RPC_FAR *pVal);


void __RPC_STUB ISQLDistribution_get_Publication_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_put_Publication_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [in] */ BSTR newVal);


void __RPC_STUB ISQLDistribution_put_Publication_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_get_Publisher_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [retval][out] */ BSTR __RPC_FAR *pVal);


void __RPC_STUB ISQLDistribution_get_Publisher_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_put_Publisher_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [in] */ BSTR newVal);


void __RPC_STUB ISQLDistribution_put_Publisher_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_get_PublisherDatabase_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [retval][out] */ BSTR __RPC_FAR *pVal);


void __RPC_STUB ISQLDistribution_get_PublisherDatabase_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_put_PublisherDatabase_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [in] */ BSTR newVal);


void __RPC_STUB ISQLDistribution_put_PublisherDatabase_Stub(
    IRpcStubBuffer *This,
    IRpcChannelBuffer *_pRpcChannelBuffer,
    PRPC_MESSAGE _pRpcMessage,
    DWORD *_pdwStubPhase);


/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLDistribution_get_PublisherLogin_Proxy( 
    ISQLDistribution __RPC_FAR * This,
    /* [retval][out] */ BSTR __RPC_FAR *pVal);


void __RPC_STUB ISQLDistribution

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?