Difference between revisions of "NEWSS:SetNotificationMessage"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00080082] |- | 1 | Notification ID |- | 2 | Size |- | 3 | (Size<<4) <nowiki>|</...")
 
 
Line 35: Line 35:
  
 
=Description=
 
=Description=
This writes the input buffer to the news-module .txt save-file for the specified notificationID.
+
This writes the input buffer to the news-module .txt save-file for the specified notificationID, the filesize is set to the input size.

Latest revision as of 18:53, 12 December 2014

Request[edit]

Index Word Description
0 Header code [0x00080082]
1 Notification ID
2 Size
3 (Size<<4) | 10
4 Buffer ptr

Response[edit]

Index Word Description
0 Header code
1 Resultcode

Description[edit]

This writes the input buffer to the news-module .txt save-file for the specified notificationID, the filesize is set to the input size.