Try OpenEdge Now
Programming Interfaces
External Program Interfaces
:
Host Language Call Interface
:
Using HLC library functions
:
Data type conversion
Data type conversion
HLC data type conversion happens in two directions:
From C language data types to ABL data types. This occurs when you write to an ABL shared variable or shared buffer.
From ABL data types to C language data types. This occurs when you read from an ABL shared variable or shared buffer.
In this section:
Converting C language data types to ABL data types
Converting ABL data types to C language data types