// NetPassword.h: interface for the CNetPassword class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_NETPASSWORD_H__67E3147A_ED7E_4029_AA04_061FC3F2C923__INCLUDED_) #define AFX_NETPASSWORD_H__67E3147A_ED7E_4029_AA04_061FC3F2C923__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CNetPassword : public LDicomNet { public: CNetPassword(); virtual ~CNetPassword(); L_INT OnPrivateKeyPassword(L_CHAR *pszPassword, L_INT nSize, L_INT uFlag); L_INT m_nValidPassword; CString m_strPassword; }; #endif // !defined(AFX_NETPASSWORD_H__67E3147A_ED7E_4029_AA04_061FC3F2C923__INCLUDED_)