APT:SendCaptureBufferInfo: Difference between revisions

No edit summary
Steveice10 (talk | contribs)
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 12: Line 12:
|-
|-
| 2
| 2
| <nowiki>(Size<<14) | 2</nowiki>
| <nowiki>(Size << 14) | 2</nowiki>
|-
|-
| 3
| 3
| Input buffer ptr
| void*, [[NS_and_APT_Services#CaptureBufferInfo|CaptureBufferInfo]]
|}
|}


Line 32: Line 32:


=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 format of the input structure is unknown.
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.