Thomas Weidenmueller wrote:
cwittich(a)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