FTAM/9000 Programmer's Guide

Chapter 3 87
HP FTAM/9000 Data Structures
Api_rc
Api_rc
typedef struct Api_rc
{
Return_code return_code; /* MAP errors */
Return_code vendor_code; /* Optional Vendor defined errors */
} Api_rc;
Api_rc (Application Interface return_code) provides you with error
information when a function fails. Every function has a parameter of this
type, usually in its inout_dcb and usually defined as the result
parameter.