Guardian Programming Reference Summary for C

Functions Summary (G-N)
Guardian Programming Reference Summary for C522630-001
6-32
state
NODE_GETCOLDLOADINFO_
Retrieves the name of the OSIMAGE file from which the specified node was cold
loaded.
returned value:
NODENAME_TO_NODENUMBER_
Converts a node name (system name) to the corresponding node number (system
number).
0 = NO^ERROR first checks the error value in the FCB. If the FCB error is 0,
NO^ERROR calls FILEINFO for the file.
#include <cextdecs(NODE_GETCOLDLOADINFO_)>
short NODE_GETCOLDLOADINFO_ ( char *filename /* o */
,short maxlen /* i */
,short *filename-length /* o */
,[ const char *nodename ] /* i */
,[ short length ] ); /* i */
0 = File name successfully retrieved.
1=Reserved.
2 = Parameter error.
3 = Bounds error.
4 = Unable to communicate with node.
5=The nodename parameter designates a C-series system.
#include <cextdecs(NODENAME_TO_NODENUMBER_)>
short NODENAME_TO_NODENUMBER_
( [ const char *nodename ]/* i */
,[ short length ] /* i */
,long *nodenumber ); /* o */