FrameBufferSaveXML
| Syntax | |
int FrameBufferSaveXML(struct FrameBuffer *ptr, int (*text)(char *,int,void *),void *data ); | |
| Header | |
| base/rfbuffer.h | |
| Library | |
| rfbuf | |
| Description | |
The 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 |