Difference between revisions of "NIMU:GetDtlXml"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00240042] |- | 1 | Buffer Capacity |- | 2 | Mapped Output Buffer Header (Size...")
 
(No difference)

Latest revision as of 06:00, 3 March 2023

Request[edit]

Index Word Description
0 Header code [0x00240042]
1 Buffer Capacity
2 Mapped Output Buffer Header (Size << 4 | 0xC)
3 XML Output Pointer

Response[edit]

Index Word Description
0 Header code [0x00240042]
1 Result code
2 Mapped Output Buffer Header (Size << 4 | 0xC)
3 XML Output Pointer

Description[edit]

Reads the auto title delivery XML from dtl.xml into the provided output buffer.