Dear All,
Recently I read the article "Try This -- Interactive Driver Testing" (The NT
Inside, Vol 11). It introduces a minimal driver skeleton. I tried to build
the code, but encountered a compiler error.
The code uses the function "DbgPrompt". But there is no declaration of
DbgPrompt in any *.h files in Win DDK (2600). And there is no information
about this function in DDK's help.
I have noted that the function is exported by ntoskrnl.lib. So I added
"TARGETLIBS=$(DDK_LIB_PATH)\ntoskrnl.lib" in "source" file. But I still need
to know the declaration of the function "DbgPrompt".
Can anyone tell me about this or how to use "DbgPrompt" in drivers.
Thanks in advance.