Guardian Programming Reference Summary for C
Functions Summary (D-F)
Guardian Programming Reference Summary for C—522630-001
5-47
FILENAME_TO_PROCESSHANDLE_ 
Converts a process file name to a process handle.
FILENAME_UNRESOLVE_ 
Accepts a file name as input, deletes lefthand sections that match the default values, and 
returns a file name that is semantically equivalent to the input file name.
level
FILERECINFO 
(superseded by FILE_GETINFO_, FILE_GETINFOBYNAME_, 
FILE_GETINFOLIST_, and FILE_GETINFOLISTBYNAME_) Obtains the record 
characteristics of a disk file.
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.
#include <cextdecs(FILENAME_TO_PROCESSHANDLE_)>
short FILENAME_TO_PROCESSHANDLE_ 
 const char *filename /* i */
 ,short length /* i */
 ,short *processhandle ); /* o */
#include <cextdecs(FILENAME_UNRESOLVE_)>
short FILENAME_UNRESOLVE_ ( const char *longname /* i */
 ,short length /* i */
 ,char *shortname /* o */
 ,short maxlen /* i */
  ,short *shortname-length /* o */
  ,[ short level ] /* i */
  ,[ const char *defaults ] /* i */
  ,[ short length ] ); /* i */
-1 = Node name
 0 = Destination name (for example, volume, device or process)
 1 = First qualifier (for example, subvolume)
 2 = Second qualifier (file identifier if disk file)










