Difference between revisions of "PMApp:GetAppResourceLimit"
Jump to navigation
Jump to search
Steveice10 (talk | contribs) m (→Response) |
Steveice10 (talk | contribs) m (Steveice10 moved page PMApp:GetResourceLimitMax to PMApp:GetAppResourceLimit) |
||
(One intermediate revision by the same user not shown) | |||
Line 34: | Line 34: | ||
|- | |- | ||
| 2-3 | | 2-3 | ||
− | | | + | | s64, Resource limit value. |
|} | |} | ||
=Description= | =Description= | ||
Interface for [[SVC|svcGetResourceLimitLimitValues]]. Resource limit type must be set to 9, meaning "Max CPU time" (see [[KResourceLimit]]). If the parameters are not set exactly as listed, the command will return the not-implemented result code 0xD8E05BF4. | Interface for [[SVC|svcGetResourceLimitLimitValues]]. Resource limit type must be set to 9, meaning "Max CPU time" (see [[KResourceLimit]]). If the parameters are not set exactly as listed, the command will return the not-implemented result code 0xD8E05BF4. |
Latest revision as of 03:43, 20 January 2016
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x000B0140] |
1 | 0 |
2 | Resource limit type (9) |
3 | 0 |
4-5 | u64, 0 |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2-3 | s64, Resource limit value. |
Description[edit]
Interface for svcGetResourceLimitLimitValues. Resource limit type must be set to 9, meaning "Max CPU time" (see KResourceLimit). If the parameters are not set exactly as listed, the command will return the not-implemented result code 0xD8E05BF4.