Each object of this class represents a single Blocked User Record extracted from Messenger database.
Field Summary |
||
Access | Data Type | Name |
public | CString | m_UserName |
public | CString | m_BlockedUserName |
Constructor Summary |
||
CBlockedUserRecord(CDatabase* pDatabase = NULL) |
Destructor Summary |
Method Summary |
Field Detail |
m_UserName
User who has blocked other users.
m_BlockedUserName One of the users who have been blocked by m_UserName.
Constructor Detail |
CBlockedUserRecord(CDatabase* pDatabase = NULL)
Constructs a Blocked User Record. Type of recordset is set to 'snapshot'.
Destructor Detail |
Method Detail |