issetunique(S) 6 January 1993 issetunique(S) Name issetunique - set the value of a unique identifier Syntax cc . . . -lisam issetunique (isfd, uniqueid) int isfd; long uniqueid Description The issetunique routine sets the value of a stored unique identifier to the one specified. The identifier can then be incremented as desired. The unique identifier is a long contained in uniqueid. You can use the following arguments with this routine: _________________________________________________________________________ Argument Description _________________________________________________________________________ isfd File descriptor of an open ISAM file. uniqueid The long integer specifying the unique identifier. On success, issetunique returns 0. Otherwise, it returns -1 and sets iserrno to indicate the error. See also isuniqueid(S) Standards conformance issetunique is not part of any currently supported standard; it is an extension of AT&T System V provided by the Santa Cruz Operation.