pub unsafe extern "C" fn NEWS_GetNotificationMessage(
news_id: u32_,
message: *mut u16_,
size: *mut u32_,
) -> ResultExpand 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.