Guardian Programming Reference Summary for C

Functions Summary (A-C)
Guardian Programming Reference Summary for C522630-001
4-24
CONVERTASCIIEBCDIC
Translates the 256 EBCDIC encodings to and from the 256 8-bit ASCII encodings. For
more information, refer to the Guardian Procedure Calls Reference Manual.
CONVERTPROCESSNAME
(superseded by FILENAME_RESOLVE_) Converts a process name from local to
network form.
This procedure does not have C syntax, because it is superseded and should not be used
for new development. This procedure is supported only for compatibility with previous
software.
CONVERTPROCESSTIME
Converts the quad microsecond process time returned by PROCESSTIME,
MYPROCESSTIME, or PROCESSINFO into hours, minutes, seconds, milliseconds,
and microseconds.
#include <cextdecs(CONVERTASCIIEBCDIC)>
void CONVERTASCIIEBCDIC ( const char* buffer /* i */
,const unsigned short count /* i */
,const short translation); /* i */
#include <cextdecs(CONVERTPROCESSTIME)>
_cc_status CONVERTPROCESSTIME
( long long process-time /* i */
,[ short _near *hours ] /* o */
,[ short _near *minutes ] /* o */
,[ short _near *seconds ] /* o */
,[ short _near *milliseconds ] /* o */
,[ short _near *microseconds ] );/* o */
_status_lt (<return value>) The process-time parameter represents a
quantity greater than 3.7 years.
_status_eq (<return value>) CONVERTPROCESSTIME is successful.
_status_gt (<return value>) One or more of the supplied output parameters
failed the bounds check on the address.