Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Paradox Engine 3.0 for C - <b>syntax:</b> int pxrecbufcopy(recordhandle fromhandle, recordhandle tohandle) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: int PXRecBufCopy(RECORDHANDLE fromHandle, RECORDHANDLE toHandle)

Args: fromHandle - record buffer to copy from
      toHandle   - record buffer to write to

Returns: PXSUCCESS (0) or error number

Synopsis: Copies source buffer to destination buffer.  Both must be valid
   open buffers with assignment compatible structures.

   Blob's associated with the record will be cloned as private blobs in the
   destination record,  but only if they are compatible (same type,  same
   size leader, i.e. M20 and M20).

See Also: Example Blobs

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson