FrameBufferCopy
Syntax | |
struct FrameBuffer *FrameBufferCopy(struct FrameBuffer *src); | |
Header | |
base/rfbuffer.h | |
Library | |
rfbuf | |
Description | |
The The argument src is a pointer to the frame buffer to copy. | |
Returns | |
Returns a pointer to a new frame buffer structure. On error, a NULL pointer is returned. | |
Errors | |
n error, a NULL pointer is returned. | |
Example | |
None |