Difference between revisions of "AMNet:GetCurrentImportContentContextList"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x08140042] |- | 1 | Total contents |- | 2 | (TotalContents<<5) <nowiki>|</nowiki...")
 
m
 
(2 intermediate revisions by one other user not shown)
Line 9: Line 9:
 
|-
 
|-
 
| 1
 
| 1
| Total contents
+
| Import Content Context Count
 
|-
 
|-
 
| 2
 
| 2
| (TotalContents<<5) <nowiki>|</nowiki> 12
+
| ((Import Content Context Count * 2) << 4) <nowiki>|</nowiki> 0xC
 
|-
 
|-
 
| 3
 
| 3
| Pointer to output u16 content index array
+
| Import Content Context Indices Output Pointer
 
|}
 
|}
  
Line 31: Line 31:
 
|-
 
|-
 
| 2
 
| 2
| Total content indexes
+
| Number of Read Import Content Context Indices
 
|}
 
|}
 +
 +
=Description=
 +
Wraps [[AMPXI:GetCurrentImportContentContextList]].

Latest revision as of 21:34, 27 December 2021

Request[edit]

Index Word Description
0 Header code [0x08140042]
1 Import Content Context Count
2 ((Import Content Context Count * 2) << 4) | 0xC
3 Import Content Context Indices Output Pointer

Response[edit]

Index Word Description
0 Header code
1 Result code
2 Number of Read Import Content Context Indices

Description[edit]

Wraps AMPXI:GetCurrentImportContentContextList.