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

Sets a custom message for a specific notification.

§Arguments

  • news_id - Identification number of the notification.
  • message - Pointer to UTF-16 message to set.
  • size - Size of message to set.