OS/2 API Data Types
Appearance
OS/2 API Data Types
Pointer to Data Type
A data type name beginning with "P" (for example, PERRORCODE) is likely to be a pointer to another data type (in this instance, ERRORCODE). The implicit type definition needed for such a pointer "Pxxxxxx" is:
typedef xxxxxx *Pxxxxxx;
Such definitions are provided in the header files.
List of Data Types
The following are the data types used by the OS/2 and eComStation API. They are listed in alphabetical order:
ToDo
The complete list of the data types will be available here later,