Capture output from Dbgprint

Hi all
I want to develop a application to view my driver output from the
DbgPrint.
Who can suggest me to do that?


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hi,
think there might be a similar app for free on sysinternals.com
or programmersheaven.com

re

Hi all
I want to develop a application to view my driver output from the
DbgPrint.
Who can suggest me to do that?


You are currently subscribed to ntdev as:
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hi all,
Debugmon is one such util which allows dbgprint output to be viewed on the
same pc as the driver.

http://www.osr.com/resources_downloads.shtml
Click on this link and download debugmon from osr

Robert Fernando
Anite Telecoms Ltd
110 Fleet Road
Fleet
Hampshire GU51 4BL
United Kingdom
Tel: +44 (0) 1252 775200
Fax: +44 (0) 1252 775 321
Email: xxxxx@anitetelecoms.com

Anite Telecoms Limited Registered in England No. 1721900 Registered
Office: 100 Longwater Avenue, GreenPark, Reading, Berkshire RG2 6GP,
United Kingdom

-----Original Message-----
From: listuser listuser [mailto:xxxxx@hotmail.com]
Sent: 09 April 2001 11:32
To: NT Developers Interest List
Subject: [ntdev] Capture output from Dbgprint

Hi,
think there might be a similar app for free on sysinternals.com
or programmersheaven.com

re

Hi all
I want to develop a application to view my driver output from the
DbgPrint.
Who can suggest me to do that?


You are currently subscribed to ntdev as:
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


You are currently subscribed to ntdev as: xxxxx@anitetelecoms.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

DbgPrint & OutputDebugString in windows NT x86 is routed thru interupt
0x2d. Hooking interupt 0x2D and then storing the send debug strings in a
previously allocated, non-pagable memory pool will allow you to do it
programmatically. It’s not too much work.

Best regards,
Anders Fogh

Monday, April 09, 2001, 3:50:37 AM, you wrote:

FR> Hi all,
FR> Debugmon is one such util which allows dbgprint output to be viewed on the
FR> same pc as the driver.

FR> http://www.osr.com/resources_downloads.shtml
FR> Click on this link and download debugmon from osr

FR> Robert Fernando
FR> Anite Telecoms Ltd
FR> 110 Fleet Road
FR> Fleet
FR> Hampshire GU51 4BL
FR> United Kingdom
FR> Tel: +44 (0) 1252 775200
FR> Fax: +44 (0) 1252 775 321
FR> Email: xxxxx@anitetelecoms.com

FR> Anite Telecoms Limited Registered in England No. 1721900 Registered
FR> Office: 100 Longwater Avenue, GreenPark, Reading, Berkshire RG2 6GP,
FR> United Kingdom

FR> -----Original Message-----
FR> From: listuser listuser [mailto:xxxxx@hotmail.com]
FR> Sent: 09 April 2001 11:32
FR> To: NT Developers Interest List
FR> Subject: [ntdev] Capture output from Dbgprint

FR> Hi,
FR> think there might be a similar app for free on sysinternals.com
FR> or programmersheaven.com

FR> re

FR> Hi all
FR> I want to develop a application to view my driver output from the
FR> DbgPrint.
FR> Who can suggest me to do that?

FR> —
FR> You are currently subscribed to ntdev as:
FR> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
FR> _________________________________________________________________________
FR> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

FR> —
FR> You are currently subscribed to ntdev as: xxxxx@anitetelecoms.com
FR> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

FR> —
FR> You are currently subscribed to ntdev as: xxxxx@flaffer.com
FR> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


Best regards,
Anders mailto:xxxxx@flaffer.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

I’ve a pdf file telling u how to do that. I can send it if you want.

Matteo

----- Original Message -----
From: “Anders Fogh”
To: “NT Developers Interest List”
Sent: Wednesday, April 11, 2001 9:43 AM
Subject: [ntdev] RE: Capture output from Dbgprint

> DbgPrint & OutputDebugString in windows NT x86 is routed thru interupt
> 0x2d. Hooking interupt 0x2D and then storing the send debug strings in a
> previously allocated, non-pagable memory pool will allow you to do it
> programmatically. It’s not too much work.
>
> Best regards,
> Anders Fogh
>
>
> Monday, April 09, 2001, 3:50:37 AM, you wrote:
>
> FR> Hi all,
> FR> Debugmon is one such util which allows dbgprint output to be viewed on
the
> FR> same pc as the driver.
>
> FR> http://www.osr.com/resources_downloads.shtml
> FR> Click on this link and download debugmon from osr
>
> FR> Robert Fernando
> FR> Anite Telecoms Ltd
> FR> 110 Fleet Road
> FR> Fleet
> FR> Hampshire GU51 4BL
> FR> United Kingdom
> FR> Tel: +44 (0) 1252 775200
> FR> Fax: +44 (0) 1252 775 321
> FR> Email: xxxxx@anitetelecoms.com
>
> FR> Anite Telecoms Limited Registered in England No. 1721900 Registered
> FR> Office: 100 Longwater Avenue, GreenPark, Reading, Berkshire RG2 6GP,
> FR> United Kingdom
>
>
>
> FR> -----Original Message-----
> FR> From: listuser listuser [mailto:xxxxx@hotmail.com]
> FR> Sent: 09 April 2001 11:32
> FR> To: NT Developers Interest List
> FR> Subject: [ntdev] Capture output from Dbgprint
>
>
> FR> Hi,
> FR> think there might be a similar app for free on sysinternals.com
> FR> or programmersheaven.com
>
> FR> re
>
>
> FR> Hi all
> FR> I want to develop a application to view my driver output from the
> FR> DbgPrint.
> FR> Who can suggest me to do that?
>
> FR> —
> FR> You are currently subscribed to ntdev as:
> FR> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> FR>
_________________________________________________________________________
> FR> Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
>
>
> FR> —
> FR> You are currently subscribed to ntdev as:
xxxxx@anitetelecoms.com
> FR> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> FR> —
> FR> You are currently subscribed to ntdev as: xxxxx@flaffer.com
> FR> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>
> –
> Best regards,
> Anders mailto:xxxxx@flaffer.com
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@dolce.it
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hook DbgPrint API.

Regards,
Satish K.S
----- Original Message -----
From:
To: “NT Developers Interest List”
Sent: Monday, April 09, 2001 6:25 AM
Subject: [ntdev] Capture output from Dbgprint

> Hi all
> I want to develop a application to view my driver output from the
> DbgPrint.
> Who can suggest me to do that?
>
> —
> You are currently subscribed to ntdev as: xxxxx@aalayance.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Mateo,
Please do send the file to me too…

Thanks
Taher

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Matteo Pelati
Sent: Wednesday, April 11, 2001 3:18 PM
To: NT Developers Interest List
Subject: [ntdev] RE: Capture output from Dbgprint

I’ve a pdf file telling u how to do that. I can send it if you want.

Matteo

----- Original Message -----
From: “Anders Fogh”
To: “NT Developers Interest List”
Sent: Wednesday, April 11, 2001 9:43 AM
Subject: [ntdev] RE: Capture output from Dbgprint

> DbgPrint & OutputDebugString in windows NT x86 is routed thru interupt
> 0x2d. Hooking interupt 0x2D and then storing the send debug strings in a
> previously allocated, non-pagable memory pool will allow you to do it
> programmatically. It’s not too much work.
>
> Best regards,
> Anders Fogh
>
>
> Monday, April 09, 2001, 3:50:37 AM, you wrote:
>
> FR> Hi all,
> FR> Debugmon is one such util which allows dbgprint output to be viewed on
the
> FR> same pc as the driver.
>
> FR> http://www.osr.com/resources_downloads.shtml
> FR> Click on this link and download debugmon from osr
>
> FR> Robert Fernando
> FR> Anite Telecoms Ltd
> FR> 110 Fleet Road
> FR> Fleet
> FR> Hampshire GU51 4BL
> FR> United Kingdom
> FR> Tel: +44 (0) 1252 775200
> FR> Fax: +44 (0) 1252 775 321
> FR> Email: xxxxx@anitetelecoms.com
>
> FR> Anite Telecoms Limited Registered in England No. 1721900 Registered
> FR> Office: 100 Longwater Avenue, GreenPark, Reading, Berkshire RG2 6GP,
> FR> United Kingdom
>
>
>
> FR> -----Original Message-----
> FR> From: listuser listuser [mailto:xxxxx@hotmail.com]
> FR> Sent: 09 April 2001 11:32
> FR> To: NT Developers Interest List
> FR> Subject: [ntdev] Capture output from Dbgprint
>
>
> FR> Hi,
> FR> think there might be a similar app for free on sysinternals.com
> FR> or programmersheaven.com
>
> FR> re
>
>
> FR> Hi all
> FR> I want to develop a application to view my driver output from the
> FR> DbgPrint.
> FR> Who can suggest me to do that?
>
> FR> —
> FR> You are currently subscribed to ntdev as:
> FR> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> FR>
_________________________________________________________________________
> FR> Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
>
>
> FR> —
> FR> You are currently subscribed to ntdev as:
xxxxx@anitetelecoms.com
> FR> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> FR> —
> FR> You are currently subscribed to ntdev as: xxxxx@flaffer.com
> FR> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>
> –
> Best regards,
> Anders mailto:xxxxx@flaffer.com
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@dolce.it
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@veritas.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Matteo,

Could you send it to me, also?

Thanks in advance,

Marc Reinig
System Solutions
xxxxx@pacbell.net

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Matteo Pelati
Sent: Wednesday, April 11, 2001 2:48 AM
To: NT Developers Interest List
Subject: [ntdev] RE: Capture output from Dbgprint

I’ve a pdf file telling u how to do that. I can send it if you want.

Matteo

----- Original Message -----
From: “Anders Fogh”
To: “NT Developers Interest List”
Sent: Wednesday, April 11, 2001 9:43 AM
Subject: [ntdev] RE: Capture output from Dbgprint

> DbgPrint & OutputDebugString in windows NT x86 is routed thru interupt
> 0x2d. Hooking interupt 0x2D and then storing the send debug strings in a
> previously allocated, non-pagable memory pool will allow you to do it
> programmatically. It’s not too much work.
>
> Best regards,
> Anders Fogh
>
>
> Monday, April 09, 2001, 3:50:37 AM, you wrote:
>
> FR> Hi all,
> FR> Debugmon is one such util which allows dbgprint output to be viewed on
the
> FR> same pc as the driver.
>
> FR> http://www.osr.com/resources_downloads.shtml
> FR> Click on this link and download debugmon from osr
>
> FR> Robert Fernando
> FR> Anite Telecoms Ltd
> FR> 110 Fleet Road
> FR> Fleet
> FR> Hampshire GU51 4BL
> FR> United Kingdom
> FR> Tel: +44 (0) 1252 775200
> FR> Fax: +44 (0) 1252 775 321
> FR> Email: xxxxx@anitetelecoms.com
>
> FR> Anite Telecoms Limited Registered in England No. 1721900 Registered
> FR> Office: 100 Longwater Avenue, GreenPark, Reading, Berkshire RG2 6GP,
> FR> United Kingdom
>
>
>
> FR> -----Original Message-----
> FR> From: listuser listuser [mailto:xxxxx@hotmail.com]
> FR> Sent: 09 April 2001 11:32
> FR> To: NT Developers Interest List
> FR> Subject: [ntdev] Capture output from Dbgprint
>
>
> FR> Hi,
> FR> think there might be a similar app for free on sysinternals.com
> FR> or programmersheaven.com
>
> FR> re
>
>
> FR> Hi all
> FR> I want to develop a application to view my driver output from the
> FR> DbgPrint.
> FR> Who can suggest me to do that?
>
> FR> —
> FR> You are currently subscribed to ntdev as:
> FR> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> FR>
_________________________________________________________________________
> FR> Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
>
>
> FR> —
> FR> You are currently subscribed to ntdev as:
xxxxx@anitetelecoms.com
> FR> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
> FR> —
> FR> You are currently subscribed to ntdev as: xxxxx@flaffer.com
> FR> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>
> –
> Best regards,
> Anders mailto:xxxxx@flaffer.com
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@dolce.it
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: xxxxx@pacbell.net
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

ONE COPY FOR ME PLEASE

Thanks in advace
— Marc Reinig wrote:
> Matteo,
>
> Could you send it to me, also?
>
> Thanks in advance,
>
> Marc Reinig
> System Solutions
> xxxxx@pacbell.net
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com]On Behalf Of
> Matteo Pelati
> Sent: Wednesday, April 11, 2001 2:48 AM
> To: NT Developers Interest List
> Subject: [ntdev] RE: Capture output from Dbgprint
>
>
> I’ve a pdf file telling u how to do that. I can send
> it if you want.
>
> Matteo
>
> ----- Original Message -----
> From: “Anders Fogh”
> To: “NT Developers Interest List”
>
> Sent: Wednesday, April 11, 2001 9:43 AM
> Subject: [ntdev] RE: Capture output from Dbgprint
>
>
> > DbgPrint & OutputDebugString in windows NT x86 is
> routed thru interupt
> > 0x2d. Hooking interupt 0x2D and then storing the
> send debug strings in a
> > previously allocated, non-pagable memory pool will
> allow you to do it
> > programmatically. It’s not too much work.
> >
> > Best regards,
> > Anders Fogh
> >
> >
> > Monday, April 09, 2001, 3:50:37 AM, you wrote:
> >
> > FR> Hi all,
> > FR> Debugmon is one such util which allows
> dbgprint output to be viewed on
> the
> > FR> same pc as the driver.
> >
> > FR> http://www.osr.com/resources_downloads.shtml
> > FR> Click on this link and download debugmon from
> osr
> >
> > FR> Robert Fernando
> > FR> Anite Telecoms Ltd
> > FR> 110 Fleet Road
> > FR> Fleet
> > FR> Hampshire GU51 4BL
> > FR> United Kingdom
> > FR> Tel: +44 (0) 1252 775200
> > FR> Fax: +44 (0) 1252 775 321
> > FR> Email: xxxxx@anitetelecoms.com
> >
> > FR> Anite Telecoms Limited Registered in England
> No. 1721900 Registered
> > FR> Office: 100 Longwater Avenue, GreenPark,
> Reading, Berkshire RG2 6GP,
> > FR> United Kingdom
> >
> >
> >
> > FR> -----Original Message-----
> > FR> From: listuser listuser
> [mailto:xxxxx@hotmail.com]
> > FR> Sent: 09 April 2001 11:32
> > FR> To: NT Developers Interest List
> > FR> Subject: [ntdev] Capture output from Dbgprint
> >
> >
> > FR> Hi,
> > FR> think there might be a similar app for free
> on sysinternals.com
> > FR> or programmersheaven.com
> >
> > FR> re
> >
> >
> > FR> Hi all
> > FR> I want to develop a application to view my
> driver output from the
> > FR> DbgPrint.
> > FR> Who can suggest me to do that?
> >
> > FR> —
> > FR> You are currently subscribed to ntdev as:
> > FR> To unsubscribe send a blank email to
> leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> > FR>
>
_________________________________________________________________________
> > FR> Get Your Private, Free E-mail from MSN Hotmail
> at
> http://www.hotmail.com.
> >
> >
> > FR> —
> > FR> You are currently subscribed to ntdev as:
> xxxxx@anitetelecoms.com
> > FR> To unsubscribe send a blank email to
> leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
> > FR> —
> > FR> You are currently subscribed to ntdev as:
> xxxxx@flaffer.com
> > FR> To unsubscribe send a blank email to
> leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> >
> >
> >
> > –
> > Best regards,
> > Anders
> mailto:xxxxx@flaffer.com
> >
> >
> >
> > —
> > You are currently subscribed to ntdev as:
> xxxxx@dolce.it
> > To unsubscribe send a blank email to
> leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@pacbell.net
> To unsubscribe send a blank email to
> leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@yahoo.com
> To unsubscribe send a blank email to
leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

ONE COPY FOR ME PLEASE

Thanks in advace


Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Hi,
I need too. Pls send me one copy.
Thanks.

-Ray Yang
xxxxx@yahoo.com

In your mail 2001-04-11 07:47:00

Matteo,

Could you send it to me, also?

Thanks in advance,

Marc Reinig
System Solutions
xxxxx@pacbell.net

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Matteo Pelati
Sent: Wednesday, April 11, 2001 2:48 AM
To: NT Developers Interest List
Subject: [ntdev] RE: Capture output from Dbgprint

I’ve a pdf file telling u how to do that. I can send it if you want.

Matteo

----- Original Message -----
From: “Anders Fogh”
>To: “NT Developers Interest List”
>Sent: Wednesday, April 11, 2001 9:43 AM
>Subject: [ntdev] RE: Capture output from Dbgprint
>
>
>> DbgPrint & OutputDebugString in windows NT x86 is routed thru interupt
>> 0x2d. Hooking interupt 0x2D and then storing the send debug strings in a
>> previously allocated, non-pagable memory pool will allow you to do it
>> programmatically. It’s not too much work.
>>
>> Best regards,
>> Anders Fogh
>>
>>
>> Monday, April 09, 2001, 3:50:37 AM, you wrote:
>>
>> FR> Hi all,
>> FR> Debugmon is one such util which allows dbgprint output to be viewed on
>the
>> FR> same pc as the driver.
>>
>> FR> http://www.osr.com/resources_downloads.shtml
>> FR> Click on this link and download debugmon from osr
>>
>> FR> Robert Fernando
>> FR> Anite Telecoms Ltd
>> FR> 110 Fleet Road
>> FR> Fleet
>> FR> Hampshire GU51 4BL
>> FR> United Kingdom
>> FR> Tel: +44 (0) 1252 775200
>> FR> Fax: +44 (0) 1252 775 321
>> FR> Email: xxxxx@anitetelecoms.com
>>
>> FR> Anite Telecoms Limited Registered in England No. 1721900 Registered
>> FR> Office: 100 Longwater Avenue, GreenPark, Reading, Berkshire RG2 6GP,
>> FR> United Kingdom
>>
>>
>>
>> FR> -----Original Message-----
>> FR> From: listuser listuser [mailto:xxxxx@hotmail.com]
>> FR> Sent: 09 April 2001 11:32
>> FR> To: NT Developers Interest List
>> FR> Subject: [ntdev] Capture output from Dbgprint
>>
>>
>> FR> Hi,
>> FR> think there might be a similar app for free on sysinternals.com
>> FR> or programmersheaven.com
>>
>> FR> re
>>
>>
>> FR> Hi all
>> FR> I want to develop a application to view my driver output from the
>> FR> DbgPrint.
>> FR> Who can suggest me to do that?
>>
>> FR> —
>> FR> You are currently subscribed to ntdev as:
>> FR> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>> FR>
> _________________________________________________________________________
>> FR> Get Your Private, Free E-mail from MSN Hotmail at
>http://www.hotmail.com.
>>
>>
>> FR> —
>> FR> You are currently subscribed to ntdev as:
>xxxxx@anitetelecoms.com
>> FR> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>>
>> FR> —
>> FR> You are currently subscribed to ntdev as: xxxxx@flaffer.com
>> FR> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>>
>>
>>
>> –
>> Best regards,
>> Anders mailto:xxxxx@flaffer.com
>>
>>
>>
>> —
>> You are currently subscribed to ntdev as: xxxxx@dolce.it
>> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>—
>You are currently subscribed to ntdev as: xxxxx@pacbell.net
>To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>—
>You are currently subscribed to ntdev as: xxxxx@yahoo.com
>To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com