PX_get_recordsize — Returns size of a record in bytes in a Paradox file
Contents
Description
Returns the size of a record in bytes in a Paradox file.
Name
PX_get_recordsize — Returns size of a record in bytes in a Paradox file
Return Value
Returns number on success and -1 on failure.
See Also
PX_get_num_records(3), PX_get_fields(3), PX_get_field(3)
Synopsis
#include <paradox.h>
int PX_get_recordsize(pxdoc_t *pxdoc)
