Changes

243 bytes added ,  03:08, 27 November 2018
Line 448: Line 448:     
The u32 is located at +4 from the first u8 in the IPC rawdata.
 
The u32 is located at +4 from the first u8 in the IPC rawdata.
 +
 +
Gets a string from a string descriptor.
 +
 +
The UTF-16 string from descriptor+2 is copied to descriptor/outbuf +0, where each character is transferred using u8 not u16.
 +
 +
Official sw doesn't use this, [[#SubmitControlInRequest]] is used instead.
    
== IClientIfSession ==
 
== IClientIfSession ==