AM:GetPatchTitleInfos

AM:GetPatchTitleInfos

Iterates through a list of TIDs to return Title Infos. One pass over the TID list is done initially to validate that all TID high values are 0x0004000E, otherwise 0xE0E0803C is returned. Title Info is only written once all titles are validated as patch titles.

Request #

Index WordDescription
0Header code [0x100D0084]
1Media Type
2Title Count
3((Title Count * 8) << 4) | 0xA
4Title IDs Input Pointer
5((Title Count * 0x18) << 4) | 0xC
6Title Infos Output Pointer

Response #

Index WordDescription
0Header code
1Result code
2((Title Count * 8) << 4) | 0xA
3Title IDs Pointer
4((Title Count * 0x18) << 4) | 0xC
5Title Infos Pointer