PX_open_file — read a Paradox file
Contents
Description
Opens a Paradox file with the given filename. pxdoc must be created before with PX_new(3) or PX_new2(3).
Name
PX_open_file — read a Paradox file
Return Value
Returns 0 on success and -1 on failure.
See Also
PX_new2(3), PX_new(3), PX_open_fp(3), PX_open_gsf(3)
Synopsis
#include <paradox.h>
int PX_open_file(pxdoc_t *pxdoc, const char *filename)
