Guardian Programming Reference Summary for C

Functions Summary (G-N)
Guardian Programming Reference Summary for C522630-001
6-6
returned value:
GROUPNAMETOGROUPID
(superseded by USER_GETINFO_) Returns the group ID associated with an existing
group name from the USERID file.
HALTPOLL
stops continuous polling.
0=No error.
11 = Record not in file. The specified group has no more members or is
undefined.
22 = Parameter out of bounds. An input parameter is not within the valid range,
or return information does not fit into the length of the space provided, or an
output parameter overlays the stack marker that was created by calling this
procedure.
29 = This procedure was called without specifying all parameters.
590 = Bad parameter value. Either the value specified in member-curlen is
greater than the value specified in member-maxlen, the value specified in
member-curlen is not within the valid range, or the value specified in
groupid is not within the valid range.
#include <cextdecs(GROUPNAMETOGROUPID)>
_cc_status GROUPNAMETOGROUPID
( short _near *name-id ); /* i,o */
_status_lt (<returned_value>) The value of name-id is out of bounds, or an
I/O error occurred when the procedure
accessed $SYSTEM.SYSTEM.USERID.
_status_eq (<returned_value>) The designated group ID is returned.
_status_gt (<returned_value>) The specified group name is undefined.
#include <cextdecs(HALTPOLL)>
_cc_status HALTPOLL ( short filenum ); /* i */
_status_lt (<returned_value>) An error occurred (call FILEINFO).
_status_eq (<returned_value>) The HALTPOLL procedure executed
successfully.