Guardian Programming Reference Summary for C
Functions Summary (G-N)
Guardian Programming Reference Summary for C—522630-001
6-2
GETCRTPID 
(superseded by PROCESS_GETINFO_ and PROCESS_GETINFOLIST_) Obtains the 
four-word process ID associated with a process CRTPID contains the process name or 
creation timestamp in words[0:2] and cpu,pin in word[3].
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.
GETDEVNAME 
(superseded by DEVICE_GETINFOBYLDEV_ or FILENAME_FINDNEXT_) Obtains 
the name associated with a logical device number.
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.
GETINCREMENTEDIT 
Returns the record number increment value for an IOEdit file. GETINCREMENTEDIT 
is an IOEdit procedure and can be used only with files that have been opened by 
OPENEDIT or OPENEDIT_.
GETPOOL 
(superseded by POOL_CHECK_, POOL_DEFINE_, POOL_GETINFO_, 
POOL_GETSPACE_, POOL_PUTSPACE_, and POOL_RESIZE_) Obtains a block of 
memory from a buffer pool.
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.
GETPOSITIONEDIT 
Returns the record number of the line in the specified file most recently read or written. 
GETPOSITIONEDIT is an IOEdit procedure and can be used only with files that have 
been opened by OPENEDIT or OPENEDIT_.
#include <cextdecs(GETINCREMENTEDIT)>
long GETINCREMENTEDIT ( short filenum ); /* i */
#include <cextdecs(GETPOSITIONEDIT)>
long GETPOSITIONEDIT ( short filenum ); /* i */










