CopyFromBuffer

Go Back

Summary:
  Copy the contents of the buffer.

Header File:
  ebuf.h

Library Name:
  eraster

int    CopyFromBuffer  (
    Buffer*    buf,
    char*    destBuff,
    int    nbytes,
  )
buf
    The string to read from.
destBuff
    The output array of charater where the contents of the buffer are copied.
nbytes
    Specifies the number of bytes to be copied.

Description:
  This function copies the contents the buffer

Notes:
  None.

Return Description:
  This function returns an integer.