[ros-dev] Re: [ros-diffs] [cwittich] 19291: implemented CreateServiceA

Alex Ionescu ionucu at videotron.ca
Thu Nov 17 19:55:18 CET 2005


Thomas Weidenmueller wrote:

>cwittich at svn.reactos.com wrote:
>  
>
>>implemented CreateServiceA
>>    
>>
>
>This implementation theoretically is wrong, at least in windows this is
>also done using RPC (see the .idl file, there should be methods for ansi
>and unicode).
>
>- Thomas
>  
>
Strangely enough though, the Ansi members -are- converted to Unicode, 
then passed back in ANSI to RPC, then the RPC implementation converts 
them to Unicode -again- and calls the Wide RPC version. (The first 
conversion is done in a try block for validation).

Best regards,
Alex Ionescu


More information about the Ros-dev mailing list