Function Call Format


 

Sunaccess is written in C. Thus, the basic interface format is that of a C function call:

 

return = functionName( parameter list );

 

Return values in most cases will be of integer type and contain success or fail codes for the target operation. The Open and Prepare functions will return a value of type SA_FH.

 



Sunaccess Reference Data Formatting Subprogram Call Format