Guardian Programming Reference Summary for C

Functions Summary (R-Z)
Guardian Programming Reference Summary for C522630-001
8-32
UNLOCKFILE
Unlocks a disk file and any records in the file that are currently locked by the caller.
UNLOCKREC
Unlocks a record currently locked by the caller.
UNPACKEDIT
Converts a line image from EDIT packed line format into unpacked format.
UNPACKEDIT is an IOEdit procedure and can be used only with files that have been
opened by OPENEDIT or OPENEDIT_.
#include <cextdecs(UNLOCKFILE)>
_cc_status UNLOCKFILE ( short filenum /* i */
,long tag ); /* i */
_status_lt (<returned_value>) An error occurred (call FILEINFO).
_status_eq (<returned_value>) UNLOCKFILE was successful.
_status_gt (<returned_value>) The file is not a disk file.
#include <cextdecs(UNLOCKREC)>
_cc_status UNLOCKREC ( short filenum /* i */
,long tag ); /* i */
_status_lt (<returned_value>) An error occurred (call FILEINFO).
_status_eq (<returned_value>) The UNLOCKREC is successful.
_status_gt (<returned_value>) The file is not a disk file.
#include <cextdecs(UNPACKEDIT)>
void UNPACKEDIT ( const char *packed-line /* i */
,short packed-length /* i */
,char *unpacked-line /* o */
,short unpacked-limit /* i */
,short *unpacked-length /* o */
,[ short spacefill ] /* i */
,[ short full-length ] ); /* i */