[Enterprise Extensions only]

IDL integral types

IDL supports only the following integral types, which represent the corresponding value ranges:

Supported IDL integer types and their value ranges

Integral type Value range
short -215 through (215)-1
long -231 through (231)-1
unsigned short 0 through (216)-1
unsigned long 0 through (232)-1