Difference between revisions of "ACTU:GetIndependentServiceToken"

From 3dbrew
Jump to navigation Jump to search
(Undo revision 23089 by TimmSkiller (talk))
Tag: Undo
Line 2: Line 2:
 
{{IPC/Request}}
 
{{IPC/Request}}
 
{{IPC/RequestHeader|0x0015|0|2}}
 
{{IPC/RequestHeader|0x0015|0|2}}
{{IPC/MapPointerW|Output [[ACT_Services#V2_Independent_Service_Token|V2 independent service token]] buffer pointer}}
+
{{IPC/MapPointerW|Output service token buffer pointer (0x201 in size)}}
 
{{IPC/RequestEnd}}
 
{{IPC/RequestEnd}}
  
Line 10: Line 10:
 
{{IPC/RequestHeader|0x0015|1|2}}
 
{{IPC/RequestHeader|0x0015|1|2}}
 
{{IPC/RequestEntry|Result code}}
 
{{IPC/RequestEntry|Result code}}
{{IPC/MapPointerW|Output [[ACT_Services#V2_Independent_Service_Token|V2 independent service token]] buffer pointer}}
+
{{IPC/MapPointerW|Output service token buffer pointer}}
 
{{IPC/RequestEnd}}
 
{{IPC/RequestEnd}}
  
 
=Description=
 
=Description=
Returns the V2 independent service token acquired using [[ACTU:AcquireIndependentServiceTokenV2]].
+
Returns the service token acquired using [[ACTU:AcquireIndependentServiceToken]].
  
See [[ACT_Services#Independent_Service_Tokens|Independent Service Tokens]] for details.
+
The token format is NULL-terminated base64.

Revision as of 20:10, 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.