debian man page for px_read_blobdata

Query: px_read_blobdata

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PX_READ_BLOBDATA(3)					     Library Functions Manual					       PX_READ_BLOBDATA(3)

NAME
PX_read_blobdata -- Read blob from file (deprecated)
SYNOPSIS
#include <paradox.h> char* PX_read_blobdata(pxblob_t *pxblob, const char *data, int len, int *mod_nr, int *blobsize)
DESCRIPTION
Reads blob data from the given blob document (.MB file) passed as the first parameter. data is the data stored in the blob field of the db file. len is the length of that field. The function hides everything needed for evaluating the field data. It can handle both single blob blocks and suballocated blocks. This function is deprecated. Use PX_set_blob_file(3) and PX_get_data_blob(3) or PX_get_data_graphic(3) instead.
RETURNS
Returns NULL in case of an error or a pointer to the blob data. mod_nr contains the modification number of the blob and blobsize contains the length of the blob data. The modification number can be used as a unique id for the blob.
AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_READ_BLOBDATA(3)
Related Man Pages
px_get_data_blob(3) - debian
px_set_blob_file(3) - debian
tspi_encodeder_tssblob(3) - debian
prop_data(3) - netbsd
prop_data_create_data(3) - netbsd
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
How can I do this in VI editor?
Introduction
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com