FrameBufferXMLEnd
| Syntax | |
| int FrameBufferXMLEnd(char *name,char *buf,int sze,void *data); | |
| Header | |
| base/rfbuffer.h | |
| Library | |
| rfbuf | |
| Description | |
The 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 | |
| Returns | |
| Returns zero on success. On error, (-1) is returned. | |
| Errors | |
| On error, (-1) is returned. | |
| Example | |
| None |