|
OSAPI
0.29
Open System API
|
Definition of opaque status type. More...
#include <status_types.h>
Data Fields | |
| t_status_type | type |
| For which library is the status available. | |
| union { | |
| t_error code | |
| The status can be provided by an error code. | |
| t_status_string string | |
| The error can also be provided through a string directly. | |
| }; | |
| t_module | module |
| Module that provides the status. | |
| t_status_funcname | funcname |
| Function name that provides the status. | |
Definition of opaque status type.