NEWSS:AddNotification: Difference between revisions

Steveice10 (talk | contribs)
Add to and clean up notification header info.
Steveice10 (talk | contribs)
m Add maximum sizes for messages and image data.
Line 97: Line 97:


=Message=
=Message=
This is an UTF-16 string for the notification message text, this buffer includes the null-terminator.
This is an UTF-16 string for the notification message text, this buffer includes the null-terminator. The maximum size in bytes is 0x1780.


=Image=
=Image=
The MPO data is optional. This is displayed on the top-screen by the notifications applet.
The MPO data is optional. This is displayed on the top-screen by the notifications applet. The maximum size in bytes is 0x10000.


=Response=
=Response=