CSizeFTR Class
class CSizeFTR: public CXMLSerializeImp
CSizeFTR is the XML formatter for the MFC CSize class. Implementations of XMLSerialize() that attempt to serialize a CSize, should create an instance of the CSizeFTR class, initialize it with the CSize object and then pass the formatter to the SECXMLArchive::Read/Write method.See Also SECXMLArchive and CXMLSerializeImp
Defined in: XMLValueTypes.h
Class Members
CSizeFTR(CSize*& ptrObj, LPCTSTR strTag=_T("CSize"))
Constructor.