Difference between revisions of "BOSSP:GetNsDataIdListPrivileged"

From 3dbrew
Jump to navigation Jump to search
 
Line 17: Line 17:
 
=Description=
 
=Description=
 
Identical to [[BOSSU:GetNsDataIdList]], except the called function mentioned [[BOSSU:GetNsDataIdList|here]] is used with the following type parameters: 0, 2, 1. This also doesn't call the function following that like [[BOSSU:GetNsDataIdList]].
 
Identical to [[BOSSU:GetNsDataIdList]], except the called function mentioned [[BOSSU:GetNsDataIdList|here]] is used with the following type parameters: 0, 2, 1. This also doesn't call the function following that like [[BOSSU:GetNsDataIdList]].
 +
 +
Hence, this is almost exactly the same as [[BOSSU:GetNsDataIdList]] except that it uses the input programID(same type params for the ones that are used).

Latest revision as of 02:45, 28 December 2016

Request[edit]

Index Word Description
0 Header code [0x040D0182]
1-2 programID
3-9 Identical to BOSSU:GetNsDataIdList.

Response[edit]

Index Word Description
0 Header code
1 Result code
2-3 Identical to BOSSU:GetNsDataIdList.

Description[edit]

Identical to BOSSU:GetNsDataIdList, except the called function mentioned here is used with the following type parameters: 0, 2, 1. This also doesn't call the function following that like BOSSU:GetNsDataIdList.

Hence, this is almost exactly the same as BOSSU:GetNsDataIdList except that it uses the input programID(same type params for the ones that are used).