Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (N)
Guardian Procedure Calls Reference Manual522629-013
10-39
NODE_GETCOLDLOADINFO_ Procedure
filename:maxlen output:input
STRING .EXT:ref:*, INT:value
returns the fully qualified name of the file from which the specified node was
system loaded.
maxlen is the length in bytes of the string variable filename.
filename-length output
INT .EXT:ref:1
is the actual length in bytes of the returned file name.
nodename:length input:input
STRING .EXT:ref:*, INT:value
if supplied and
length is not 0, specifies the name of the node for which system-
load information is to be returned. If used, the value of
nodename must be exactly
length bytes long. The default is the name of the local node.
Example
error := NODE_GETCOLDLOADINFO_ ( name:maxlen, name^len );