pub unsafe extern "C" fn NEWS_GetNotificationMessage(
    news_id: u32_,
    message: *mut u16_,
    size: *mut u32_
) -> Result
Expand description

Gets the message of a specific notification.

§Arguments

  • news_id - Identification number of the notification.
  • message - Pointer where UTF-16 message of the notification will be saved.
  • size - Pointer where size of the message data will be saved in bytes.