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 pxtblname(tablehandle tblhandle, int bufsize, char *tblname) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: int PXTblName(TABLEHANDLE tblHandle, int bufSize, char *tblName)

Args: tblHandle - table (file) handle
      bufSize   - size of tblName
      *tblName  - on success,  contains path and base name of table

Returns: PXSUCCESS (0) or error number

Synopsis: Finds the name of table corresponding to tblHandle.  Table must
   have first been opened by PXTblOpen. tblName must be large to
   accomodate the entire path and name (minus extension).

See Also: Example

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