passwordutils.h

来自「A Model-View-Controller Framework that i」· C头文件 代码 · 共 19 行

H
19
字号
#if ! defined ( PASSWORDUTILS_H)
#define PASSWORDUTILS_H


namespace SbjCore
{
	namespace PasswordUtils
	{

		void AFX_EXT_API EncryptDate(int nMonth, int nDay, int nYear, int nType, CString& rStrKey);
		bool AFX_EXT_API DecryptPassword(LPCTSTR pPassword, int& nMonth, int& nDay, int& nYear, int& nType);
	}
}


#endif // #if ! defined ( PASSWORDUTILS_H )


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?