chore: initial commit (extracted from Launchers monorepo)
Plugin: ns7zip v2.0.0 Architectures: x86-ansi, x86-unicode, amd64-unicode License: LGPL-2.1-or-later
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
// IPassword.h
|
||||
|
||||
#ifndef __IPASSWORD_H
|
||||
#define __IPASSWORD_H
|
||||
|
||||
#include "../Common/MyTypes.h"
|
||||
#include "../Common/MyUnknown.h"
|
||||
|
||||
#include "IDecl.h"
|
||||
|
||||
#define PASSWORD_INTERFACE(i, x) DECL_INTERFACE(i, 5, x)
|
||||
|
||||
PASSWORD_INTERFACE(ICryptoGetTextPassword, 0x10)
|
||||
{
|
||||
STDMETHOD(CryptoGetTextPassword)(BSTR *password) PURE;
|
||||
};
|
||||
|
||||
PASSWORD_INTERFACE(ICryptoGetTextPassword2, 0x11)
|
||||
{
|
||||
STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user