U16BIT STB_PVRGetNumMessages(void)
Returns the number of messages.
BOOLEAN STB_PVRDeleteMessage(U16BIT handle)
Deletes a message from the list.
BOOLEAN STB_PVRGetMessageInfo(U16BIT handle, U16BIT *date, U8BIT *hour, U8BIT *min)
Gets date/time for the message with the given handle.
U8BIT * STB_PVRGetMessageText(U16BIT handle)
Returns a pointer to the text for the message with the given handle.
System Wide Global Technical Data Type Definitions.
BOOLEAN STB_PVRInitialiseMessages(void)
Initialises file that provides messages for recording er.
BOOLEAN STB_PVRAddMessage(U8BIT *message)
Adds a message to the end of the list of existing messages.
BOOLEAN STB_PVRCheckMessages(void)
Check for new messages and clear the new message flag.
U16BIT STB_PVRGetMessages(U16BIT **handle_array)
Returns an allocated array of the message handles and number of messages currently in the list...