Other than that the value in the string is correct.
--------------------------------------
MICHAEL WERTS -- we...@csulb.edu
Computer Engineering Computer Science
California State University Long Beach
--------------------------------------
>As anyone else noticed the function StringFromGUID2 putting NULLs in-between
>every character of the generated string?
>Other than that the value in the string is correct.
You're getting a Unicode string back. What platform are you using?
This question seems to come up a lot... Someone recently posted a
notice that they were interested in maintaining (or at least starting)
a FAQ. This question definitely belongs in.
--
Curt Hagenlocher
c...@earthlink.net
c...@netcom.com
This is not a problem, this is a feature!
You just discovered, that OLE2 on Win32 is fully UNICODE, so all
characters are 32bit, and the Highword for an ascii character is \0...
Keep discovering... ;-)
Peter
ber...@cems.umn.edu