CDWordArrayFTR Class

class CDWordArrayFTR: public CArrayFTRBase

The CDWordArrayFTR class is the XML formatter for the MFC CDWordArray collection class. In order to serialize the contents of a CDWordArray, your serialization code should first create an instance of the CDWordArrayFTR class, initialize it with the array object and then pass the formatter to the SECXMLArchive::Read/Write method.

Defined in: XMLCollFormatters.h

Class Members

CDWordArrayFTR(CDWordArray*& pDWArray, LPCTSTR strElement = _T("DWordArray"))

Constructor.