Difference between revisions of "BOSSP:GetNsDataIdListPrivileged"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {{IPC/Request}} {{#vardefine:ipc_offset|0}} {{IPC/RequestEntry|Header code [0x040D0182]}} {{IPC/RequestEntryRange|2|programID}} {{IPC/RequestEntryRange|7|Identical t...")
 
 
(One intermediate revision by the same user not shown)
Line 16: Line 16:
  
 
=Description=
 
=Description=
Identical to [[BOSSU:GetNsDataIdList]], except the called function mentioned [[BOSSU:GetNsDataIdList|here]] is used with the following type parameters: 0, 2, 1.
+
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).