Type Definitions (typedef)
This chapter explains the type definitions provided by this product.
List of Definitions
| Type name | Base type | Description |
|---|---|---|
| ER | long | API call result |
Definition Details
ER
ER represents the result of an API call.
All APIs use it as their return value: E_OK indicates success, while any value other than E_OK indicates an error.
For the constant definitions of API return codes, see API Return Codes.