|
SYNOPSIS
void *getfld
(
FLD *f,
size_t *pn
);
PARAMETERS
- FLD *f
Field to retrieve the data from.
- size_t *pn
Number of items in the struct.
DESCRIPTION Gets a value from a field. This returns a pointer to the data stored
in the field. The variable pointed to by pn is set to the number of
items in the field. Note that this is not necessarily the number of
bytes, as an element may be several bytes.
SEE ALSO putfld(), getdbtblrow(), dbnametofld()
Copyright © Thunderstone Software Last updated: Sun Mar 17 21:14:49 EDT 2013
|