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>pxrawget(recordhandle rechandle, void *buffer, int size); http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax:PXRawGet(RECORDHANDLE recHandle, void *buffer, int size);

Args: recHandle - record handle obtained from PXRecBufOpen
      *buffer   - pointer to user defined memory location
      size      - size of above buffer

Synopsis: Copies data from the record buffer to a user supplied memory
   location.  No error checking or data translation occurs.  If size is
   insufficient to hold the entire buffer,  no transfer occurs.

   The needed buffer size can be determined by adding together all the
   field sizes.  See Field Types for more information on field sizes.

See Also: Example PXRawPut PXRecGet Field Types

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