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

FrameBufferXMLStart

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

The FrameBufferXMLStart 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 a new 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