📄 nladmin.h
字号:
#define IBuildServer_get_UserAgent(This,pVal) \
(This)->lpVtbl -> get_UserAgent(This,pVal)
#define IBuildServer_put_UserAgent(This,newVal) \
(This)->lpVtbl -> put_UserAgent(This,newVal)
#define IBuildServer_get_EmailAddress(This,pVal) \
(This)->lpVtbl -> get_EmailAddress(This,pVal)
#define IBuildServer_put_EmailAddress(This,newVal) \
(This)->lpVtbl -> put_EmailAddress(This,newVal)
#define IBuildServer_get_TempPath(This,pVal) \
(This)->lpVtbl -> get_TempPath(This,pVal)
#define IBuildServer_put_TempPath(This,newVal) \
(This)->lpVtbl -> put_TempPath(This,newVal)
#define IBuildServer_get_PerformanceLevel(This,pVal) \
(This)->lpVtbl -> get_PerformanceLevel(This,pVal)
#define IBuildServer_put_PerformanceLevel(This,newVal) \
(This)->lpVtbl -> put_PerformanceLevel(This,newVal)
#define IBuildServer_get_DefaultCatalogsLocation(This,pVal) \
(This)->lpVtbl -> get_DefaultCatalogsLocation(This,pVal)
#define IBuildServer_put_DefaultCatalogsLocation(This,newVal) \
(This)->lpVtbl -> put_DefaultCatalogsLocation(This,newVal)
#define IBuildServer_get_ConnectTimeout(This,pVal) \
(This)->lpVtbl -> get_ConnectTimeout(This,pVal)
#define IBuildServer_put_ConnectTimeout(This,newVal) \
(This)->lpVtbl -> put_ConnectTimeout(This,newVal)
#define IBuildServer_get_DataTimeout(This,pVal) \
(This)->lpVtbl -> get_DataTimeout(This,pVal)
#define IBuildServer_put_DataTimeout(This,newVal) \
(This)->lpVtbl -> put_DataTimeout(This,newVal)
#define IBuildServer_get_DefaultAccountName(This,pVal) \
(This)->lpVtbl -> get_DefaultAccountName(This,pVal)
#define IBuildServer_get_DefaultPluginAccountName(This,pVal) \
(This)->lpVtbl -> get_DefaultPluginAccountName(This,pVal)
#define IBuildServer_get_SearchAdmin(This,pvarSearchAdmin) \
(This)->lpVtbl -> get_SearchAdmin(This,pvarSearchAdmin)
#define IBuildServer_get_BuildCatalogs(This,pvarBuildCatalogs) \
(This)->lpVtbl -> get_BuildCatalogs(This,pvarBuildCatalogs)
#define IBuildServer_get_Sites(This,pvarServers) \
(This)->lpVtbl -> get_Sites(This,pvarServers)
#define IBuildServer_get_ProxyUsageSetting(This,pVal) \
(This)->lpVtbl -> get_ProxyUsageSetting(This,pVal)
#define IBuildServer_get_ProxyAddress(This,pbstrAddress) \
(This)->lpVtbl -> get_ProxyAddress(This,pbstrAddress)
#define IBuildServer_get_ProxyPortNumber(This,pnPort) \
(This)->lpVtbl -> get_ProxyPortNumber(This,pnPort)
#define IBuildServer_get_ProxyBypassForLocalAddresses(This,pVal) \
(This)->lpVtbl -> get_ProxyBypassForLocalAddresses(This,pVal)
#define IBuildServer_get_ProxyBypassAddressesList(This,pVal) \
(This)->lpVtbl -> get_ProxyBypassAddressesList(This,pVal)
#define IBuildServer_get_DefaultLogsLocation(This,pVal) \
(This)->lpVtbl -> get_DefaultLogsLocation(This,pVal)
#define IBuildServer_put_DefaultLogsLocation(This,newVal) \
(This)->lpVtbl -> put_DefaultLogsLocation(This,newVal)
#define IBuildServer_Clone(This,pvarBuildServer) \
(This)->lpVtbl -> Clone(This,pvarBuildServer)
#define IBuildServer_SetDefaultAccount(This,bstrAccountName,bstrPassword) \
(This)->lpVtbl -> SetDefaultAccount(This,bstrAccountName,bstrPassword)
#define IBuildServer_SetDefaultPluginAccount(This,bstrAccountName,bstrPassword) \
(This)->lpVtbl -> SetDefaultPluginAccount(This,bstrAccountName,bstrPassword)
#define IBuildServer_ExportCatalog(This,bstrCatalogName,bstrFilePath) \
(This)->lpVtbl -> ExportCatalog(This,bstrCatalogName,bstrFilePath)
#define IBuildServer_ImportCatalog(This,bstrCatalogName,bstrFilePath) \
(This)->lpVtbl -> ImportCatalog(This,bstrCatalogName,bstrFilePath)
#define IBuildServer_SetProxySettings(This,nUsageSetting,bstrAddress,nPort,nBypassForLocalAddresses,bstrBypassAddressesList) \
(This)->lpVtbl -> SetProxySettings(This,nUsageSetting,bstrAddress,nPort,nBypassForLocalAddresses,bstrBypassAddressesList)
#define IBuildServer_LoadConfiguration(This,bstrFilePath) \
(This)->lpVtbl -> LoadConfiguration(This,bstrFilePath)
#define IBuildServer_SaveConfiguration(This,bstrFilePath) \
(This)->lpVtbl -> SaveConfiguration(This,bstrFilePath)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IBuildServer_get_UserAgent_Proxy(
IBuildServer __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
void __RPC_STUB IBuildServer_get_UserAgent_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IBuildServer_put_UserAgent_Proxy(
IBuildServer __RPC_FAR * This,
/* [in] */ BSTR newVal);
void __RPC_STUB IBuildServer_put_UserAgent_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IBuildServer_get_EmailAddress_Proxy(
IBuildServer __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
void __RPC_STUB IBuildServer_get_EmailAddress_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IBuildServer_put_EmailAddress_Proxy(
IBuildServer __RPC_FAR * This,
/* [in] */ BSTR newVal);
void __RPC_STUB IBuildServer_put_EmailAddress_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IBuildServer_get_TempPath_Proxy(
IBuildServer __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
void __RPC_STUB IBuildServer_get_TempPath_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IBuildServer_put_TempPath_Proxy(
IBuildServer __RPC_FAR * This,
/* [in] */ BSTR newVal);
void __RPC_STUB IBuildServer_put_TempPath_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IBuildServer_get_PerformanceLevel_Proxy(
IBuildServer __RPC_FAR * This,
/* [retval][out] */ LONG __RPC_FAR *pVal);
void __RPC_STUB IBuildServer_get_PerformanceLevel_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IBuildServer_put_PerformanceLevel_Proxy(
IBuildServer __RPC_FAR * This,
/* [in] */ LONG newVal);
void __RPC_STUB IBuildServer_put_PerformanceLevel_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IBuildServer_get_DefaultCatalogsLocation_Proxy(
IBuildServer __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
void __RPC_STUB IBuildServer_get_DefaultCatalogsLocation_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IBuildServer_put_DefaultCatalogsLocation_Proxy(
IBuildServer __RPC_FAR * This,
/* [in] */ BSTR newVal);
void __RPC_STUB IBuildServer_put_DefaultCatalogsLocation_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IBuildServer_get_ConnectTimeout_Proxy(
IBuildServer __RPC_FAR * This,
/* [retval][out] */ LONG __RPC_FAR *pVal);
void __RPC_STUB IBuildServer_get_ConnectTimeout_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IBuildServer_put_ConnectTimeout_Proxy(
IBuildServer __RPC_FAR * This,
/* [in] */ LONG newVal);
void __RPC_STUB IBuildServer_put_ConnectTimeout_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IBuildServer_get_DataTimeout_Proxy(
IBuildServer __RPC_FAR * This,
/* [retval][out] */ LONG __RPC_FAR *pVal);
void __RPC_STUB IBuildServer_get_DataTimeout_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propput] */ HRESULT STDMETHODCALLTYPE IBuildServer_put_DataTimeout_Proxy(
IBuildServer __RPC_FAR * This,
/* [in] */ LONG newVal);
void __RPC_STUB IBuildServer_put_DataTimeout_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IBuildServer_get_DefaultAccountName_Proxy(
IBuildServer __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
void __RPC_STUB IBuildServer_get_DefaultAccountName_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IBuildServer_get_DefaultPluginAccountName_Proxy(
IBuildServer __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pVal);
void __RPC_STUB IBuildServer_get_DefaultPluginAccountName_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IBuildServer_get_SearchAdmin_Proxy(
IBuildServer __RPC_FAR * This,
/* [retval][out] */ VARIANT __RPC_FAR *pvarSearchAdmin);
void __RPC_STUB IBuildServer_get_SearchAdmin_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IBuildServer_get_BuildCatalogs_Proxy(
IBuildServer __RPC_FAR * This,
/* [retval][out] */ VARIANT __RPC_FAR *pvarBuildCatalogs);
void __RPC_STUB IBuildServer_get_BuildCatalogs_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IBuildServer_get_Sites_Proxy(
IBuildServer __RPC_FAR * This,
/* [retval][out] */ VARIANT __RPC_FAR *pvarServers);
void __RPC_STUB IBuildServer_get_Sites_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IBuildServer_get_ProxyUsageSetting_Proxy(
IBuildServer __RPC_FAR * This,
/* [retval][out] */ LONG __RPC_FAR *pVal);
void __RPC_STUB IBuildServer_get_ProxyUsageSetting_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -