📄 sqlinitx.h
字号:
/* [retval][out] */ REPL_SECURITY_TYPE __RPC_FAR *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_PublisherSecurityMode )(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ REPL_SECURITY_TYPE newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_QueryTimeout )(
ISQLSnapshot __RPC_FAR * This,
/* [retval][out] */ short __RPC_FAR *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_QueryTimeout )(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ short newVal);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Initialize )(
ISQLSnapshot __RPC_FAR * This);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Run )(
ISQLSnapshot __RPC_FAR * This);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Terminate )(
ISQLSnapshot __RPC_FAR * This);
/* [helpstring][restricted][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_DistributorEncryptedPassword )(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ BSTR newVal);
/* [helpstring][restricted][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_PublisherEncryptedPassword )(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ BSTR newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ProfileName )(
ISQLSnapshot __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ProfileName )(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ BSTR newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ErrorRecords )(
ISQLSnapshot __RPC_FAR * This,
/* [retval][out] */ ISQLReplErrors __RPC_FAR *__RPC_FAR *pVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ReplicationType )(
ISQLSnapshot __RPC_FAR * This,
/* [retval][out] */ REPL_REPLICATION_TYPE __RPC_FAR *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ReplicationType )(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ REPL_REPLICATION_TYPE newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_DynamicFilterLogin )(
ISQLSnapshot __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_DynamicFilterLogin )(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ BSTR newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_DynamicFilterHostName )(
ISQLSnapshot __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_DynamicFilterHostName )(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ BSTR newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_DynamicSnapshotLocation )(
ISQLSnapshot __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_DynamicSnapshotLocation )(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ BSTR newVal);
END_INTERFACE
} ISQLSnapshotVtbl;
interface ISQLSnapshot
{
CONST_VTBL struct ISQLSnapshotVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define ISQLSnapshot_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ISQLSnapshot_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ISQLSnapshot_Release(This) \
(This)->lpVtbl -> Release(This)
#define ISQLSnapshot_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define ISQLSnapshot_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define ISQLSnapshot_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define ISQLSnapshot_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define ISQLSnapshot_get_Distributor(This,pVal) \
(This)->lpVtbl -> get_Distributor(This,pVal)
#define ISQLSnapshot_put_Distributor(This,newVal) \
(This)->lpVtbl -> put_Distributor(This,newVal)
#define ISQLSnapshot_get_DistributorLogin(This,pVal) \
(This)->lpVtbl -> get_DistributorLogin(This,pVal)
#define ISQLSnapshot_put_DistributorLogin(This,newVal) \
(This)->lpVtbl -> put_DistributorLogin(This,newVal)
#define ISQLSnapshot_get_DistributorPassword(This,pVal) \
(This)->lpVtbl -> get_DistributorPassword(This,pVal)
#define ISQLSnapshot_put_DistributorPassword(This,newVal) \
(This)->lpVtbl -> put_DistributorPassword(This,newVal)
#define ISQLSnapshot_get_DistributorSecurityMode(This,pVal) \
(This)->lpVtbl -> get_DistributorSecurityMode(This,pVal)
#define ISQLSnapshot_put_DistributorSecurityMode(This,newVal) \
(This)->lpVtbl -> put_DistributorSecurityMode(This,newVal)
#define ISQLSnapshot_get_LoginTimeout(This,pVal) \
(This)->lpVtbl -> get_LoginTimeout(This,pVal)
#define ISQLSnapshot_put_LoginTimeout(This,newVal) \
(This)->lpVtbl -> put_LoginTimeout(This,newVal)
#define ISQLSnapshot_get_Publication(This,pVal) \
(This)->lpVtbl -> get_Publication(This,pVal)
#define ISQLSnapshot_put_Publication(This,newVal) \
(This)->lpVtbl -> put_Publication(This,newVal)
#define ISQLSnapshot_get_Publisher(This,pVal) \
(This)->lpVtbl -> get_Publisher(This,pVal)
#define ISQLSnapshot_put_Publisher(This,newVal) \
(This)->lpVtbl -> put_Publisher(This,newVal)
#define ISQLSnapshot_get_PublisherDatabase(This,pVal) \
(This)->lpVtbl -> get_PublisherDatabase(This,pVal)
#define ISQLSnapshot_put_PublisherDatabase(This,newVal) \
(This)->lpVtbl -> put_PublisherDatabase(This,newVal)
#define ISQLSnapshot_get_PublisherLogin(This,pVal) \
(This)->lpVtbl -> get_PublisherLogin(This,pVal)
#define ISQLSnapshot_put_PublisherLogin(This,newVal) \
(This)->lpVtbl -> put_PublisherLogin(This,newVal)
#define ISQLSnapshot_get_PublisherPassword(This,pVal) \
(This)->lpVtbl -> get_PublisherPassword(This,pVal)
#define ISQLSnapshot_put_PublisherPassword(This,newVal) \
(This)->lpVtbl -> put_PublisherPassword(This,newVal)
#define ISQLSnapshot_get_PublisherSecurityMode(This,pVal) \
(This)->lpVtbl -> get_PublisherSecurityMode(This,pVal)
#define ISQLSnapshot_put_PublisherSecurityMode(This,newVal) \
(This)->lpVtbl -> put_PublisherSecurityMode(This,newVal)
#define ISQLSnapshot_get_QueryTimeout(This,pVal) \
(This)->lpVtbl -> get_QueryTimeout(This,pVal)
#define ISQLSnapshot_put_QueryTimeout(This,newVal) \
(This)->lpVtbl -> put_QueryTimeout(This,newVal)
#define ISQLSnapshot_Initialize(This) \
(This)->lpVtbl -> Initialize(This)
#define ISQLSnapshot_Run(This) \
(This)->lpVtbl -> Run(This)
#define ISQLSnapshot_Terminate(This) \
(This)->lpVtbl -> Terminate(This)
#define ISQLSnapshot_put_DistributorEncryptedPassword(This,newVal) \
(This)->lpVtbl -> put_DistributorEncryptedPassword(This,newVal)
#define ISQLSnapshot_put_PublisherEncryptedPassword(This,newVal) \
(This)->lpVtbl -> put_PublisherEncryptedPassword(This,newVal)
#define ISQLSnapshot_get_ProfileName(This,pVal) \
(This)->lpVtbl -> get_ProfileName(This,pVal)
#define ISQLSnapshot_put_ProfileName(This,newVal) \
(This)->lpVtbl -> put_ProfileName(This,newVal)
#define ISQLSnapshot_get_ErrorRecords(This,pVal) \
(This)->lpVtbl -> get_ErrorRecords(This,pVal)
#define ISQLSnapshot_get_ReplicationType(This,pVal) \
(This)->lpVtbl -> get_ReplicationType(This,pVal)
#define ISQLSnapshot_put_ReplicationType(This,newVal) \
(This)->lpVtbl -> put_ReplicationType(This,newVal)
#define ISQLSnapshot_get_DynamicFilterLogin(This,pVal) \
(This)->lpVtbl -> get_DynamicFilterLogin(This,pVal)
#define ISQLSnapshot_put_DynamicFilterLogin(This,newVal) \
(This)->lpVtbl -> put_DynamicFilterLogin(This,newVal)
#define ISQLSnapshot_get_DynamicFilterHostName(This,pVal) \
(This)->lpVtbl -> get_DynamicFilterHostName(This,pVal)
#define ISQLSnapshot_put_DynamicFilterHostName(This,newVal) \
(This)->lpVtbl -> put_DynamicFilterHostName(This,newVal)
#define ISQLSnapshot_get_DynamicSnapshotLocation(This,pVal) \
(This)->lpVtbl -> get_DynamicSnapshotLocation(This,pVal)
#define ISQLSnapshot_put_DynamicSnapshotLocation(This,newVal) \
(This)->lpVtbl -> put_DynamicSnapshotLocation(This,newVal)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_get_Distributor_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
void __RPC_STUB ISQLSnapshot_get_Distributor_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_put_Distributor_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ BSTR newVal);
void __RPC_STUB ISQLSnapshot_put_Distributor_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_get_DistributorLogin_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
void __RPC_STUB ISQLSnapshot_get_DistributorLogin_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_put_DistributorLogin_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ BSTR newVal);
void __RPC_STUB ISQLSnapshot_put_DistributorLogin_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_get_DistributorPassword_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
void __RPC_STUB ISQLSnapshot_get_DistributorPassword_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_put_DistributorPassword_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ BSTR newVal);
void __RPC_STUB ISQLSnapshot_put_DistributorPassword_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_get_DistributorSecurityMode_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [retval][out] */ REPL_SECURITY_TYPE __RPC_FAR *pVal);
void __RPC_STUB ISQLSnapshot_get_DistributorSecurityMode_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_put_DistributorSecurityMode_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ REPL_SECURITY_TYPE newVal);
void __RPC_STUB ISQLSnapshot_put_DistributorSecurityMode_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_get_LoginTimeout_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [retval][out] */ short __RPC_FAR *pVal);
void __RPC_STUB ISQLSnapshot_get_LoginTimeout_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_put_LoginTimeout_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ short newVal);
void __RPC_STUB ISQLSnapshot_put_LoginTimeout_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_get_Publication_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
void __RPC_STUB ISQLSnapshot_get_Publication_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_put_Publication_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ BSTR newVal);
void __RPC_STUB ISQLSnapshot_put_Publication_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_get_Publisher_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
void __RPC_STUB ISQLSnapshot_get_Publisher_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_put_Publisher_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ BSTR newVal);
void __RPC_STUB ISQLSnapshot_put_Publisher_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_get_PublisherDatabase_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
void __RPC_STUB ISQLSnapshot_get_PublisherDatabase_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISQLSnapshot_put_PublisherDatabase_Proxy(
ISQLSnapshot __RPC_FAR * This,
/* [in] */ BSTR newVal);
void __RPC_STUB ISQLSnapshot_put_PublisherDatabase_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -