Difference between revisions of "AMNet:GetCurrentImportContentContexts"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x08150044] |- | 1 | Total indexes |- | 2 | (TotalIndexes<<5) <nowiki>|</nowiki> ...") |
Steveice10 (talk | contribs) m (Steveice10 moved page AMNet:GetContentsInfo to AMNet:GetCurrentImportContentContexts) |
(No difference)
|
Revision as of 19:25, 17 April 2016
Request
Index Word | Description |
---|---|
0 | Header code [0x08150044] |
1 | Total indexes |
2 | (TotalIndexes<<5) | 10 |
3 | Input content index array pointer |
4 | ((TotalIndexes*0x18)<<4) | 12 |
5 | Pointer to output content info array |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
ContentInfo
This seems to match TMD content chunk records.
Offset | Length | Description |
---|---|---|
0x0 | 0x4 | ContentID |
0x4 | 0x2 | Content index |
0x6 | 0x2 | Content type |
0x8 | 0x8 | Content size |
0x10 | 0x8 | ? |