CMFCCmdUsageCount::Serialize
Reads this object from an archive, or writes it to an archive.
virtual void Serialize(
CArchive& ar
);
Parameters
Parameter |
Description |
[in] ar |
A CArchive object to serialize from or to. |
Remarks
This method serializes the map structure of command counts, m_CmdUsage, and the total command usage, m_nTotalUsage, counter from or to the specified archive.
For serialization examples, see Serialization: Serializing an Object.
Requirements
Header: afxcmdusagecount.h