This Subprogram may be used to fetch (retrieve) the Name for all currently defined Processes.
Short Name Calling Sequence
STATUS = UINXPC(INDEX,PRCNAM[,PRCLEN])
Long Name Calling Sequence
STATUS = UI_NEXT_PROCESS(...)
Input Arguments
INDEX (Integer) Process Index (see Notes)
Output Arguments
INDEX (Integer) Process Index (see Notes) PRCNAM (Character) Process Name PRCLEN (Integer) Length of Process Name (Optional)
Function Value
UI__SUCCESS ) Success UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized UININI )
UI__ILLEGAL_PROCESS ) Illegal Process Name UIILPC )
UI__END_OF_FILE ) Process Scan Completed UIEOF )
Note: