FTAM/9000 Programmer's Guide
Chapter 4 197
Using Support Functions
Translating Error Messages
em_gperror() Parameters
em_gperror()
Parameter
Type Description
input_result Mandatory
Input
Pointer to the Api_rc structure containing
information to translate: return_code (MAP 3.0 error)
and vendor_code (HP– UX—specific error)
return_string Mandatory
Input
Address of where to place the character string for
input_result->return_code
Output Address of the return_code character string; this
string is NULL terminated and already contains the
NEW LINE character
vendor_string Optional Input Address of where to place the character string for
input_result->vendor_string
Output Address of the vendor_code character string; this
string is NULL terminated and already contains the
NEW LINE character
result Output Pointer to the Api_rc structure containing outcome of
the operation: return_code (MAP 3.0 error) and
vendor_code (HP–UX—specific error)