WHo can I print unicode strings in debuggers using KdPrint or somethinng
else? I want to see whether the strings I have stored are proper. I can do a
bbyte wise dump, but I want to avoid that.
NRI Account!
http://creative.mediaturf.net/creatives/citibankrca/rca_msntagofline.htm
Special FREEDOM OFFER from Citibank! Grab it now!
use %wZ this will print a counted unicode string
–
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply
“madhu Singh” wrote in message news:xxxxx@ntdev…
> WHo can I print unicode strings in debuggers using KdPrint or somethinng
> else? I want to see whether the strings I have stored are proper. I can do
> a bbyte wise dump, but I want to avoid that.
>
> _________________________________________________________________
> NRI Account!
> http://creative.mediaturf.net/creatives/citibankrca/rca_msntagofline.htm
> Special FREEDOM OFFER from Citibank! Grab it now!
>
>
%ws
or %wZ for PUNICODE_STRING
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: “madhu Singh”
To: “Windows System Software Devs Interest List”
Sent: Thursday, August 11, 2005 1:52 PM
Subject: [ntdev] Printing Unicode
> WHo can I print unicode strings in debuggers using KdPrint or somethinng
> else? I want to see whether the strings I have stored are proper. I can do a
> bbyte wise dump, but I want to avoid that.
>
> _________________________________________________________________
> NRI Account!
> http://creative.mediaturf.net/creatives/citibankrca/rca_msntagofline.htm
> Special FREEDOM OFFER from Citibank! Grab it now!
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
Also, you can only pring Unicode strings at passive level even if the
Buffer field is non paged.
d
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Don Burn
Sent: Thursday, August 11, 2005 4:17 AM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Printing Unicode
use %wZ this will print a counted unicode string
–
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply
“madhu Singh” wrote in message
news:xxxxx@ntdev…
> WHo can I print unicode strings in debuggers using KdPrint or
somethinng
> else? I want to see whether the strings I have stored are proper. I
can do
> a bbyte wise dump, but I want to avoid that.
>
> _________________________________________________________________
> NRI Account!
>
http://creative.mediaturf.net/creatives/citibankrca/rca_msntagofline.htm
> Special FREEDOM OFFER from Citibank! Grab it now!
>
>
—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@windows.microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com