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 pxtblopen(char *tblname, tablehandle *tblhandleptr, int indexid, http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Syntax: int PXTblOpen(char *tblName, TABLEHANDLE *tblHandlePtr, int indexID,
                      int saveEveryChange)

Args: tblName         - string pointer to file name without extension
      *tblHandle      - on success,  contains the table handle
      indexID         - index to associate with this handle.  If set to
                        0, all indices are opened.
      saveEveryChange - if set to 1 (TRUE) all changes will be immediatly
                        written to disk.  If 0 (FALSE) changes are buffered.

Returns: PXSUCCESS (0) or error number

Synopsis: Opens the named table and returns (via tblHandle) the table
   handle.

See Also: Example

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