CopyToBuffer

Go Back

Summary:
  Copy the contents of an array of characters to a Buffer.

Header File:
  ebuf.h

Library Name:
  eraster

int    CopyToBuffer  (
    char*    charArray,
    Buffer*    buf,
    int    nbytes,
  )
buf
    The string to read from.
charArray
    The input array of characters.
nbytes
    Specifies the number of bytes.

Description:
  This function copies the contents of an array of characters to a Buffer.

Notes:
  None.

Return Description:
  This function returns an integer.