Guardian Programming Reference Summary for C

Functions Summary (O-Q)
Guardian Programming Reference Summary for C522630-001
7-6
message:length
OPENINFO
(superseded by FILE_GETOPENINFO_) Obtains information about one open of one
disk file, of all the files on a disk device, or of certain nondisk devices.
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
OSS_PID_NULL_
Returns a null OSS process ID.
PACKEDIT
Converts a line image from unpacked format into EDIT packed line format.
PACKEDIT is an IOEdit procedure and can be used only with files that have been
opened by OPENEDIT or OPENEDIT_.
3 = Bounds error
4 = Backup opener lost
5 = Primary opener lost; backup promoted to primary
6 = Openers lost; table entry now free
7 = Message is not a relevant status-change message
-2 = Local processor failure
-8 = Network status change
-100 = Remote processor failure
-110 = Connection to remote system lost
#include <cextdecs(OSS_PID_NULL_)>
long OSS_PID_NULL_ ( void );
#include <cextdecs(PACKEDIT)>
void PACKEDIT ( char *unpacked-line /* i */
,short unpacked-length /* i */
,char *packed-line /* o */
,short packed-limit /* i */
,short *packed-length /* o */
,[ short full-length ] );/* i */