Prev: Storage spti example problems
Next: MSVAD Simple Sample
From: Bill McKenzie on 17 Oct 2005 02:04 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 18 Oct 2005 19:19
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 > > |