iswrlock

write and lock an ISAM record

SYNOPSIS

int iswrlock( int isfd, char * data );

isfd isam file identifier
data pointer to data record to be written

RETURN

SUCCESS, or a negative value on error, in which case the error code is found in iserrno.

NOTES

as for iswrite, but the resultant data record will be locked on successful return.