Difference between revisions of "NEWSS:GetNotificationMessage"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000C0082] |- | 1 | Notification ID |- | 2 | Max buffer size |- | 3 | (MaxSize<<4...")
 
Line 32: Line 32:
 
| 1
 
| 1
 
| Resultcode
 
| Resultcode
 +
|-
 +
| 2
 +
| Actual read size from the .txt file.
 
|}
 
|}
  
 
=Description=
 
=Description=
 
This writes the [[NEWSS:AddNotification|message]] data for the specified notification, to the output buffer.
 
This writes the [[NEWSS:AddNotification|message]] data for the specified notification, to the output buffer.

Revision as of 07:45, 12 December 2014

Request

Index Word Description
0 Header code [0x000C0082]
1 Notification ID
2 Max buffer size
3 (MaxSize<<4) | 12
4 Output buffer ptr

Response

Index Word Description
0 Header code
1 Resultcode
2 Actual read size from the .txt file.

Description

This writes the message data for the specified notification, to the output buffer.