OEM, ANSI, and Unicode considerations
Most of the iSeries Access for Windows C/C++ APIs that accept string
parameters exist in three forms: OEM, ANSI, or Unicode.
Obsolete iSeries Access for Windows APIs
Some of the APIs that were provided by Client Access have been
replaced with new APIs. While these older, obsolete APIs are still supported,
it is recommended that you use the newer iSeries Access for Windows APIs.
Return codes and error messages
The iSeries Access
for Windows C/C++
application programming interfaces (APIs) support the return of an integer
return code on most functions. The return codes indicate how the function
completed.