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 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 | |
Returns | |
Returns zero on success. On error, (-1) is returned. | |
Errors | |
On error, (-1) is returned. | |
Example | |
None |