Difference between revisions of "AMPXI:GetItemRights"
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) (Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x006801C2] |- | 1 | Rights Size |- | 2 | Enum value (unknown, valid values ran...") |
TimmSkiller (talk | contribs) m (Fixed wrong buffer descriptor.) |
||
Line 24: | Line 24: | ||
|- | |- | ||
| 8 | | 8 | ||
− | | (Rights Size << | + | | (Rights Size << 8) <nowiki>|</nowiki> 0x4 |
|- | |- | ||
| 9 | | 9 |
Latest revision as of 20:55, 25 December 2021
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x006801C2] |
1 | Rights Size |
2 | Enum value (unknown, valid values range from 1 to 6, including 1 and 6) |
3-4 | u64, Ticket Title ID |
5-6 | u64, Ticket ID |
7 | Offset |
8 | (Rights Size << 8) | 0x4 |
9 | Rights Output Buffer |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | ? |
3 | ? |