NEWSS:GetNotificationImage: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000D0082] |- | 1 | Notification ID |- | 2 | Max buffer size |- | 3 | (MaxSize<<4..." |
No edit summary |
||
| Line 12: | Line 12: | ||
|- | |- | ||
| 2 | | 2 | ||
| | | Size | ||
|- | |- | ||
| 3 | | 3 | ||
| ( | | (Size<<4) <nowiki>|</nowiki> 12 | ||
|- | |- | ||
| 4 | | 4 | ||
| | | Buffer ptr | ||
|} | |} | ||
| Line 32: | Line 32: | ||
| 1 | | 1 | ||
| Resultcode | | Resultcode | ||
|- | |||
| 2 | |||
| Actual read size from the .mpo file. | |||
|} | |} | ||
=Description= | =Description= | ||
This | This reads the news-module .mpo save-file for the specified notificationID, into the output buffer. | ||
Revision as of 18:18, 12 December 2014
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x000D0082] |
| 1 | Notification ID |
| 2 | Size |
| 3 | (Size<<4) | 12 |
| 4 | Buffer ptr |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Resultcode |
| 2 | Actual read size from the .mpo file. |
Description
This reads the news-module .mpo save-file for the specified notificationID, into the output buffer.