CPointFTR Class

class CPointFTR: public CXMLSerializeImp

CPointFTR is the XML formatter for the MFC CPoint class. Implementations of XMLSerialize() that attempt to serialize a CPoint, should create an instance of the CPointFTR class, initialize it with the CPoint object and then pass the formatter to the SECXMLArchive::Read/Write method.

See Also SECXMLArchive and CXMLSerializeImp

Defined in: XMLValueTypes.h

Class Members

CPointFTR(CPoint*& ptrObj, LPCTSTR strTag=_T("CPoint"))

Constructor.