isWrLock

write and lock an ISAM record

SYNOPSIS

int isWrLock( IsFile * isfd, char * data );

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

RETURN

ISTRUE, or ISFALSE, in which case the error code is returned by isErrno, or found in isfd->iserrno

NOTES

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