CUserRecord

Back to Classes Page

Parent Class: CRecordSet

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

Default Destructor.

Method Summary

All methods are auto generated by MFC.

Field Detail

m_UserName
User name.

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

Back to Classes Page