Is DbgPrompt supported by DDK 3790.1260

Hi, all:

I read the article “Try This – Interactive Driver Testing” in “The
NT insider”. It use a function named DbgPrompt, but I can not find the
define of DbgPrompt in DDK 3790.1260. How can I use this function?
thx.

Leo

DbgPrompt is an undefined function, you need to put your own definition

ULONG DbgPrompt ( PCHAR String, PCHAR Buf, ULONG Len );

Note the article had the wrong usage of the code.

Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply

----- Original Message -----
From: “leo”
To: “Windows System Software Devs Interest List”
Sent: Saturday, June 11, 2005 9:38 AM
Subject: [ntdev] Is DbgPrompt supported by DDK 3790.1260

Hi, all:

I read the article “Try This – Interactive Driver Testing” in “The
NT insider”. It use a function named DbgPrompt, but I can not find the
define of DbgPrompt in DDK 3790.1260. How can I use this function?
thx.

Leo


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com