Hi all,

Is there a way to capture prints sent to Dbgview from drivers?
I want to create a win32 app which captures the messages prefered in
C#.

thanks.

Re: Capture Dbgview Message From Win32 Applications by 0dbell

0dbell
Fri Mar 14 09:42:09 CDT 2008

On Mar 13, 8:09=A0am, alexia....@gmail.com wrote:
> Hi all,
>
> Is there a way to capture prints sent to Dbgview from drivers?
> I want to create a win32 app which captures the messages prefered in
> C#.
>

If you are writing the driver, then simply use KdPrint (or DbgPrint if
you want the prints appear in the free build as well).

If you meant drivers that come already compiled & built by a 3rd
party, then you are unlikely to get any prints from those.

HTH,
Don