CXMLSerializeImp::IsDataAvailableToWrite

BOOL CXMLSerializeImp::IsDataAvailableToWrite(void)

Called by the archive object to verify the presence of persistable data.

Defined in: XMLCommon.h

Return Value

TRUE if data is available.

Comments

CXMLSerializeImp provides a default implementation of this function. It is not necessary to override this method in your formatter class.