FDO API Reference Feature Data Objects

virtual FDO_API void FdoXmlSerializable::WriteXml FdoIoStream stream,
FdoXmlFlags flags = NULL
[virtual]
 

Writes to a stream. A complete XML document, containing this object, is written.

Parameters:
stream Input the stream. When this function completes, the stream's current position will be just after this object.
flags Input controls the writing of the elements to the stream. If NULL then the default flags are used (see FdoXmlFlags::Create())

Comments or suggestions? Send us feedback.