IXMLSerialize::IsDataAvailableToWrite

BOOL IXMLSerialize::IsDataAvailableToWrite(void)

Confirms the availability 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.