SVC: Difference between revisions
Misson20000 (talk | contribs) →svcReplyAndReceive: Add note about specifying pointer buffer via C descriptor |
Add some information about svcSendSyncRequestWithUserBuffer errors |
||
| Line 724: | Line 724: | ||
</div> | </div> | ||
Size must be 0x1000-aligned. | Size and CmdPtr must be 0x1000-aligned. | ||
=== Result codes === | === Result codes === | ||
'''0x0:''' Success. | '''0x0:''' Success. | ||
'''0xcc01:''' CmdPtr is not 0x1000-aligned. | |||
'''0xca01:''' Size is not 0x1000-aligned. | |||
'''0xce01:''' KSessionRequest allocation failed (unlikely) or pointer buffer size exceeded. | '''0xce01:''' KSessionRequest allocation failed (unlikely) or pointer buffer size exceeded. | ||
'''0xe401:''' Handles does not exist, or handle is not an instance of KClientSession. | |||
== svcBreak == | == svcBreak == | ||