Searched refs:pSalt (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | mstsclib_h.h | 2543 /* [in] */ BSTR pSalt) = 0; 2546 /* [retval][out] */ BSTR *pSalt) = 0; 2600 /* [in] */ BSTR pSalt); 2604 /* [retval][out] */ BSTR *pSalt); 2654 ( (This)->lpVtbl -> put_BinarySalt(This,pSalt) ) 2657 ( (This)->lpVtbl -> get_BinarySalt(This,pSalt) ) 2747 /* [in] */ BSTR pSalt); 2751 /* [retval][out] */ BSTR *pSalt); 2812 ( (This)->lpVtbl -> put_BinarySalt(This,pSalt) ) 2909 /* [in] */ BSTR pSalt); [all …]
|
H A D | mstsclib_redist_h.h | 2543 /* [in] */ BSTR pSalt) = 0; 2546 /* [retval][out] */ BSTR *pSalt) = 0; 2600 /* [in] */ BSTR pSalt); 2604 /* [retval][out] */ BSTR *pSalt); 2654 ( (This)->lpVtbl -> put_BinarySalt(This,pSalt) ) 2657 ( (This)->lpVtbl -> get_BinarySalt(This,pSalt) ) 2747 /* [in] */ BSTR pSalt); 2751 /* [retval][out] */ BSTR *pSalt); 2812 ( (This)->lpVtbl -> put_BinarySalt(This,pSalt) ) 2909 /* [in] */ BSTR pSalt); [all …]
|
H A D | mstsclib.idl | 212 [propput] HRESULT BinarySalt([in] BSTR pSalt); 213 [propget] HRESULT BinarySalt([out, retval] BSTR * pSalt);
|
H A D | activex.cpp | 5574 virtual STDMETHODIMP IMsTscNonScriptable::put_BinarySalt(BSTR pSalt) in put_BinarySalt() argument 5579 virtual STDMETHODIMP IMsTscNonScriptable::get_BinarySalt(BSTR * pSalt) const in get_BinarySalt()
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/ |
H A D | mstscax.cpp | 4689 virtual HRESULT __stdcall put_BinarySalt(BSTR pSalt) in put_BinarySalt() argument 4692 dbgprintf(TEXT("IMsTscNonScriptable::put_BinarySalt(%p)"), pSalt); in put_BinarySalt() 4693 HRESULT hr = pIMsTscNonScriptable->put_BinarySalt(pSalt); in put_BinarySalt() 4698 virtual HRESULT __stdcall get_BinarySalt(BSTR * pSalt) in get_BinarySalt() argument 4701 dbgprintf(TEXT("IMsTscNonScriptable::get_BinarySalt()"), pSalt); in get_BinarySalt() 4702 HRESULT hr = pIMsTscNonScriptable->get_BinarySalt(pSalt); in get_BinarySalt() 4703 dbgprintf(TEXT("IMsTscNonScriptable::get_BinarySalt -> %08X, pSalt = %ls"), hr, *pSalt); in get_BinarySalt()
|