Go to the source code of this file.
Define Documentation
#define CUNO_CALL |
( |
|
interface_pointer | ) |
(*interface_pointer) |
macro to call on a C interface
- Parameters:
-
interface_pointer | interface pointer |
#define CUNO_ERROR_CALL_FAILED (1 << 31) |
#define CUNO_ERROR_EXCEPTION (1 | CUNO_ERROR_CALL_FAILED) |
#define CUNO_ERROR_NONE 0 |
#define CUNO_EXCEPTION_OCCURRED |
( |
|
return_code | ) |
(0 != ((return_code) & CUNO_ERROR_EXCEPTION)) |
macro to test if an exception was signalled.
- Parameters:
-
return_code | return code of call |
Typedef Documentation