Each object of this class represents a single User Record extracted from Messenger database.
Field Summary |
||
Access | Data Type | Name |
public | CString | m_UserName |
public | CString | m_Password |
Constructor Summary |
||
CUserRecord(CDatabase* pDatabase = NULL) |
Destructor Summary |
Method Summary |
Field Detail |
m_Password
Password for the m_UserName.
Constructor Detail |
CUserRecord(CDatabase* pDatabase = NULL)
Constructs a User Record. Type of recordset is set to 'snapshot'.
Destructor Detail |
Method Detail |