Common timeline event message. More...
#include "timelineapi.h"
Data Fields | |
| sw_tl_ref | ref |
| sw_tl_ref | parent |
| sw_tl_type | type |
| sw_tl_state | state |
| sw_tl_unit | unit |
| void * | context |
| sw_tl_extent | start |
| sw_tl_extent | end |
| sw_tl_extent | progress |
| sw_tl_priority | priority |
| int | reason |
| const uint8 * | title |
| size_t | length |
Common timeline event message.
| void* SWMSG_TIMELINE::context |
Timeline creator's context pointer
| sw_tl_extent SWMSG_TIMELINE::end |
End of the Timeline extent
| size_t SWMSG_TIMELINE::length |
Length of the title
| sw_tl_ref SWMSG_TIMELINE::parent |
Unique reference of our parent
| sw_tl_priority SWMSG_TIMELINE::priority |
Priority of the Timeline or message
| sw_tl_extent SWMSG_TIMELINE::progress |
Current progress
| int SWMSG_TIMELINE::reason |
Type identifier of the message or abort
| sw_tl_ref SWMSG_TIMELINE::ref |
Unique reference of the Timeline
| sw_tl_extent SWMSG_TIMELINE::start |
Start of the Timeline extent
| sw_tl_state SWMSG_TIMELINE::state |
One of the TL_STATES values
| const uint8* SWMSG_TIMELINE::title |
Pointer to the title
| sw_tl_type SWMSG_TIMELINE::type |
Type of this Timeline
| sw_tl_unit SWMSG_TIMELINE::unit |
Unit this Timeline is measured in