From: Bill McKenzie on
It wasn't an assumption, perhaps you missed my posts.

Bill M.


<Essie> wrote in message news:%23blKd$F0FHA.2884(a)TK2MSFTNGP09.phx.gbl...
>
>
>> At least I learn something new every day.
>
> So you are assuming Don did not make a typo ?
>
>


From: Maxim S. Shatskih on
KdPrint(("%wZ", UnicodeStringPtr));

Not on >= DISPATCH_LEVEL, surely.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim(a)storagecraft.com
http://www.storagecraft.com

<Essie> wrote in message news:OcCWCPF0FHA.3660(a)TK2MSFTNGP15.phx.gbl...
> Can someone help to print a UNICODE_STRING to the debig window?
> The string is in POBJECT_ATTRIBUTES ObjectAttributes
> ObjectAttributes->ObjectName
>
> I believe this is correct so far?
>
> But how can I print it, can I use DbgPrint ?
>
> DbgPrint(("message %s \n", buffer ));
>
> but buffer is normally ansi
>
> Thanks
>
>


First  |  Prev  | 
Pages: 1 2 3 4
Prev: Storage spti example problems
Next: MSVAD Simple Sample