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 pxputlong(recordhandle rechandle, fieldhandle fldhandle, long lval) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: int PXPutLong(RECORDHANDLE recHandle, FIELDHANDLE fldHandle, long Lval)

Args: recHandle - record buffer handle
      fldHandle - field handle (number)
      Lval      - value to store in field fldHandle

Returns: PXSUCCESS (0) or error number

Synopsis: Places Lval into the record buffer at field fldHandle.
   Valid for field types N, $, and S.

See Also: Example Field Types PXGetLong

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