Home| base |src.lib|graphic|fbuffer| FrameBufferSaveXML Index

FrameBufferSaveXML

Syntax
int FrameBufferSaveXML(struct FrameBuffer *ptr, int (*text)(char *,int,void *),void *data );
Header
base/rfbuffer.h
Library
rfbuf
Description

The FrameBufferSaveXML function saves a frame buffer as an XML representation to an open stream.

The argument ptr points to the structure containing the frame buffer. The XML representation is written to the open stream pointed to by the argument fp.

Returns
Returns zero on success. On error, (-1) is returned.
Errors
On error, (-1) is returned.
Example
None