📄 pwldlg.h
字号:
/******************************************************************* * * Copyright (c) 1994-1999 Jetico, Inc., Finland * All rights reserved. * * File: pwdlg.h * Revision: $Id: pwldlg.h,v 1.1 2005/05/12 09:51:39 crypt Rel-1.6-5 $ * Created: * Description: declaration of procedures that support * dialog for accepting user's password and * support generation of seed value for * random key generation * *******************************************************************/#ifndef __PWDLG#define __PWDLGextern DWORD GetPassword( char *text, /* Some information Text, for example - filename of the container */ char *caption, /* Caption of the "get password" dialog window */ char *password );extern DWORD GetPasswordWithVerification( char *text, /* Some information Text, for example - filename of the container */ char *caption, /* Caption of the "get password" dialog window */ char *password );DWORD GetSeedValue( BYTE *seed, DWORD seedLength );#endif /* __PWDLG */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -