News Services: Difference between revisions

No edit summary
Line 10: Line 10:
|-
|-
| 0x000100C8
| 0x000100C8
|  
| [[NEWSU:AddNotification|AddNotification]]
|}
|}


Line 96: Line 96:
| 0x0
| 0x0
| 0x10
| 0x10
| Header, normally first byte is value 0x1 and the rest all-zero.
| Header, see below.
|-
|-
| 0x10
| 0x10
| 0x2BC0 (100 * 0x70)
| 0x2BC0 (100 * 0x70)
| Array of [[NEWSS:AddNotification|headers]] for each notification.
| Array of [[NEWSS:AddNotification|headers]] for each notification.
|}
===Header===
{| class="wikitable" border="1"
|-
!  Offset
!  Size
!  Description
|-
| 0x0
| 0x1
| Must be 0x1.
|-
| 0x1
| 0x1
| Flags: bit0 is set by news-module when handling the AddNotification commands.
|-
| 0x2
| 0xE
| Normally zero?
|}
|}


Line 110: Line 130:
|-
|-
| 0xC8A12805
| 0xC8A12805
| The notification header data for the specified notificationID is not set.
| The notification header data for the specified notificationID is not set(the specified notification doesn't exist).
|}
|}