Px_open_blob_fp opens paradox blob file (deprecated)
#include <paradox.h>
int PX_open_blob_fp(pxblob_t *pxblob, FILE *fp)
Opens a file containing blobs with was previously opened with fopen().
This function is deprecated. Use PX_set_blob_file() and PX_get_data_blob() or PX_get_data_graphic instead.
Returns 0 on success and -1 on failure.
This manual page was written by Uwe Steinmann [email protected].