OSAPI  0.29
Open System API
osapi_status_S Struct Reference

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.
 

Detailed Description

Definition of opaque status type.


The documentation for this struct was generated from the following file: