typedef UINT16 ERROR;
The ERROR type is used for variables that store error codes. It is utilized by both the stGetLastError and stSetLastError functions. Error codes are 16-bit unsigned integers.
| Version: | 1.0 |
|---|---|
| Header file: | ST_Errors.h (include ST_API.h) |
| See also: | error codes management, stGetLastError, stSetLastError, UINT16 |