Searched refs:CryptoGetTextPassword2 (Results 1 – 6 of 6) sorted by relevance
33 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \99 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
711 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in CryptoGetTextPassword2() function in CArchiveUpdateCallback714 return Callback->CryptoGetTextPassword2(passwordIsDefined, password); in CryptoGetTextPassword2()
20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
510 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);679 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in CryptoGetTextPassword2() function in CArchiveUpdateCallback
608 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() function in CUpdateCallbackConsole
565 RINOK(getPassword2->CryptoGetTextPassword2(&passwordIsDefined, &password)); in UpdateItems()