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

FrameBufferXMLEnd

Syntax
int FrameBufferXMLEnd(char *name,char *buf,int sze,void *data);
Header
base/rfbuffer.h
Library
rfbuf
Description

The FrameBufferXMLEnd function is a parser function that is used by the XML parser to read frame buffer images stored in XML format.

The function is called by the XML parser when an end tag is encountered in the XML document. The function expects the argument data to be a pointer to a structure of type struct FrameBufferXML.

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