ACTU:AcquireIndependentServiceToken: Difference between revisions

TimmSkiller (talk | contribs)
Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0014|14|2}} {{IPC/RequestEntry|u8, Account slot}} {{IPC/RequestEntryRange|9|ASCII NULL-terminated client ID (max. 32 characters..."
 
TimmSkiller (talk | contribs)
No edit summary
 
Line 25: Line 25:


Setting <code>mark this token as non-process specific</code> to <code>true</code> causes the requested token to be accessible from any process. Otherwise, the requested token will only be accessible to the process that created it (via the process ID).
Setting <code>mark this token as non-process specific</code> to <code>true</code> causes the requested token to be accessible from any process. Otherwise, the requested token will only be accessible to the process that created it (via the process ID).
See [[ACT_Services#Independent_Service_Tokens|Independent Service Tokens]] for details.