Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 803 Bytes

RMC-LSP-Protocol.md

File metadata and controls

35 lines (23 loc) · 803 Bytes

Communication with Xbox LSP service found inside UPlayBrowser.exe.

Method ID Method Name
1 LookupPrincipalIDs
2 LookupXUIDs

(1) LookupPrincipalIDs

Request

Type Name
List<Uint64> xuids

Response

Type Name
Map<Uint64, Uint32> pids

(2) LookupXUIDs

Request

Type Name
List<Uint32> pids

Response

Type Name
Map<Uint32, Uint64> xuids