Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (F)
Guardian Procedure Calls Reference Manual522629-013
5-210
FILENAME_TO_PROCESSHANDLE_ Procedure
FILENAME_TO_PROCESSHANDLE_
Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Considerations
Related Programming Manual
Summary
The FILENAME_TO_PROCESSHANDLE_ procedure converts a file name to a
process handle.
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
error returned value
INT
returns a file-system error number indicating the outcome of the operation.
filename:length input:input
STRING .EXT:ref:*, INT:value
contains the valid process file name to be translated. The value of
filename
must be exactly
length bytes long. If qualifiers are present, they are ignored. If a
node name is not present, the current default node name in the =_DEFAULTS
DEFINE is used. See caution under “Considerations.”
#include <cextdecs(FILENAME_TO_PROCESSHANDLE_)>
short FILENAME_TO_PROCESSHANDLE_ ( const char *filename
,short length
,short *processhandle );
error := FILENAME_TO_PROCESSHANDLE_ ( filename:length !
i:i
,processhandle ); ! o