SysEvent_Info Struct

Header: #include <applibs/sysevent.h>

An opaque struct that contains information about a system event.

The data in this struct can't be accessed directly. Instead it must be accessed by calling the system event function that is specific to the event type, such as SysEvent_Info_GetUpdateData for SysEvent_Events_Update events.

typedef struct SysEvent_Info SysEvent_Info;