Class |
Description |
CMessageStore |
Constructor which initializes the current instance of the
class |
~CMessageStore |
Destructor which releases resources allocated by the class |
Method |
Description |
AttachHandle |
Attach the specified message handle to this instance of the
class |
CloseFile |
Close the current message storage file |
CopyFile |
Duplicate the contents of the current message store in a new
file |
DeleteMessage |
Remove the specified message from the current message
store |
DetachHandle |
Detach the handle for the current instance of this class |
FindMessage |
Search for a message in the current message store |
GetHandle |
Return the message handle used by this instance of the
class |
GetErrorString |
Return a description for the specified error code |
GetLastError |
Return the last error code |
GetMessage |
Retrieve a message from the current message store |
GetMessageCount |
Return the number of messages in the current message store |
IsInitialized |
Determine if the class has been successfully initialized |
OpenFile |
Open the specified message storage file |
PurgeFile |
Purge all deleted messages from the current message store |
ReplaceMessage |
Replace the specified message in the current message store |
SetLastError |
Set the last error code |
ShowError |
Display a message box with a description of the specified
error |
StoreMessage |
Store the specified message in the current message store |