Searched refs:CryptoGetTextPassword2 (Results 1 – 6 of 6) sorted by relevance
45 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \111 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
725 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in CryptoGetTextPassword2() function in CArchiveUpdateCallback728 return Callback->CryptoGetTextPassword2(passwordIsDefined, password); in CryptoGetTextPassword2()
20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
540 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);709 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in CryptoGetTextPassword2() function in CArchiveUpdateCallback
636 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() function in CUpdateCallbackConsole
578 RINOK(getPassword2->CryptoGetTextPassword2(&passwordIsDefined, &password)); in UpdateItems()