APT:SendCaptureBufferInfo: Difference between revisions
Jump to navigation
Jump to search
Steveice10 (talk | contribs) mNo edit summary |
Steveice10 (talk | contribs) mNo edit summary |
||
Line 15: | Line 15: | ||
|- | |- | ||
| 3 | | 3 | ||
| void*, | | void*, [[NS_and_APT_Services#CaptureBufferInfo|CaptureBufferInfo]] | ||
|} | |} | ||
Line 30: | Line 30: | ||
| Result code | | Result code | ||
|} | |} | ||
=Description= | =Description= | ||
The input size is clamped to 0x20-bytes by NS. The input buffer with the clamped size is then copied to a NS state buffer. The size field for this state buffer is also set to this clamped size. | The input size is clamped to 0x20-bytes by NS. The input buffer with the clamped size is then copied to a NS state buffer. The size field for this state buffer is also set to this clamped size. |
Latest revision as of 08:20, 22 November 2015
Request
Index Word | Description |
---|---|
0 | Header code [0x00400042] |
1 | Size |
2 | (Size << 14) | 2 |
3 | void*, CaptureBufferInfo |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
Description
The input size is clamped to 0x20-bytes by NS. The input buffer with the clamped size is then copied to a NS state buffer. The size field for this state buffer is also set to this clamped size.