SECXMLInitFTRFactory

void SECXMLInitFTRFactory(void)

Global API for initializing the SFL XML Formatter Factory singleton. SECXMLInitFTRFactory should be called only once, preferrably from the application's InitInstance routine.

Defined in: XMLFTRFactory.h

Return Value

void

Comments

The SECXMLInitFTRFactory function is typically called to initialize the formatter factory when using the MFC collection classes that support polymorphic serialization of CObject derived types. Calling SECXMLInitFTRFactory will register, with the formatter factory, all XML formatters that have been defined with the XMLFORMATTERMAP series of macros.

See Also SECXMLFormatterFactory