I am wondering if any one has stepped on to this.

All,

I start wondering if WPP is really worth the effort.

In DbgPrint we can specify precision to specify how long the value could
be. I used this always to print a UNICODE_STRING as follows.

DbgPrint(“String = %.*S\n”, UnicodeStr->Length, UnicodeStr->Buffer)

WPP complaints for this saying Type . not found. Any work around for
this?

-Srin.

Use %wZ and pass UnicodeStr as the parameter.

Simon


From: xxxxx@NAI.com [mailto:xxxxx@NAI.com]
Sent: Wednesday, August 06, 2003 7:15 PM
To: Kernel Debugging Interest List
Subject: [windbg] I am wondering if any one has stepped on to this.

All,

I start wondering if WPP is really worth the effort.

In DbgPrint we can specify precision to specify how long the value could be.
I used this always to print a UNICODE_STRING as follows.

DbgPrint(“String = %.*S\n”, UnicodeStr->Length, UnicodeStr->Buffer)

WPP complaints for this saying Type . not found. Any work around for this?

-Srin.


You are currently subscribed to windbg as: xxxxx@stratus.com
To unsubscribe send a blank email to xxxxx@lists.osr.com