ACTU:GetIndependentServiceToken: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
TimmSkiller (talk | contribs)
Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0015|0|2}} {{IPC/MapPointerW|Output service token buffer pointer (0x201 in size)}} {{IPC/RequestEnd}} =Response= {{IPC/Request..."
 
TimmSkiller (talk | contribs)
No edit summary
Line 15: Line 15:
=Description=
=Description=
Returns the service token acquired using [[ACTU:AcquireIndependentServiceToken]].
Returns the service token acquired using [[ACTU:AcquireIndependentServiceToken]].
The token format is NULL-terminated base64.

Revision as of 17:22, 20 January 2025

Request

Index Word Description
0
Header 0x00150002 Cmd 0x0015 Param 0 Xlat 2
1 Descriptor for mapping a write-only buffer in the target process
2 Output service token buffer pointer (0x201 in size)

Response

Index Word Description
0
Header 0x00150042 Cmd 0x0015 Param 1 Xlat 2
1 Result code
2 Descriptor for mapping a write-only buffer in the target process
3 Output service token buffer pointer

Description

Returns the service token acquired using ACTU:AcquireIndependentServiceToken.

The token format is NULL-terminated base64.