.TH "PX_NEW_BLOB" "3" .SH "NAME" PX_new_blob \(em Create new instance of Paradox blob file (deprecated) .SH "SYNOPSIS" .PP #include .PP pxblob_t* PX_new_blob(pxdoc_t *pxdoc) .SH "DESCRIPTION" .PP Creates a new instance of a Paradox blob file, which is associated to the passed database file. This function must be called before accessing any blob file. .PP This function is deprecated. Use \fBPX_set_blob_file()\fP and \fBPX_get_data_blob()\fP or \fBPX_get_data_graphic\fP instead. .SH "RETURN VALUE" .PP Returns a pointer to an internal representation of a Paradox blob file or NULL on failure. .SH "SEE ALSO" .PP PX_open_blob_file(3), PX_open_blob_fp(3) .SH "AUTHOR" .PP This manual page was written by Uwe Steinmann uwe@steinmann.cx. .\" created by instant / docbook-to-man