Difference between revisions of "ACTU:GetIndependentServiceToken"
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) |
||
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 16:22, 20 January 2025
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
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 |
| ||||||||
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.