Ok. At least have a small util to convert a string to this format. Sh.
Francois Gouget wrote: >On Wed, 17 Jul 2002, Dmitry Timoshkov wrote: > > > >>"Francois Gouget" <[EMAIL PROTECTED]> wrote: >> >> >> >>>'H','e','n','c','e',' ','t','h','e',' ','t','e','r','m',' ', >>>'k','l','u','d','g','e','.', >>>';','-',')' >>> >>> >>Especially taking into account that it's very unlikely that >>anybody will write such strings using anything except plain >>ASCII. >> >>UNICODE_STRING fooW; >>char foo[] = "This is my answer in English. It's not a kluge." >> "üÔÏ ÍÏÊ ÏÔ×ÅÔ ÎÁ ÒÕÓÓËÏÍ. îÅ ÔÁËÏÊ ÕÖ É ÕÖÁÓÎÙÊ :-)"; >> >>RtlCreateUnicodeStringFromAsciiz(&fooW, foo); >> >> > >Yes but that involves a runtime conversion :-( > > >-- >Francois Gouget [EMAIL PROTECTED] http://fgouget.free.fr/ > Dieu dit: "M-x Lumière". Et la lumière fut. > > > >