any simple sample code of display filter driver?

Posted: 08-13-2004, 07:45 AM
Dear all,

I am very new to this driver stuff. and I am looking for some tutorial on
how to write a display filter driver. Are there any sample code of simple
display filter driver?

Please give me some pointers!

thank you very much


Reply With Quote

Responses to "any simple sample code of display filter driver?"

Christoph Lindemann
Guest
Posts: n/a
 
Re: any simple sample code of display filter driver?
Posted: 08-13-2004, 11:36 AM
The DDK includes a sample display filter/mirror driver.


"netwom" <netwom8848@yahoo.com> wrote in message
news:%2365QWEQgEHA.1196@TK2MSFTNGP11.phx.gbl...
> Dear all,
>
> I am very new to this driver stuff. and I am looking for some tutorial on
> how to write a display filter driver. Are there any sample code of simple
> display filter driver?
>
> Please give me some pointers!
>
> thank you very much
>
>

Reply With Quote
Brian Catlin
Guest
Posts: n/a
 
Re: any simple sample code of display filter driver?
Posted: 08-13-2004, 06:17 PM
"netwom" <netwom8848@yahoo.com> wrote in message
news:%2365QWEQgEHA.1196@TK2MSFTNGP11.phx.gbl...
> Dear all,
>
> I am very new to this driver stuff. and I am looking for some tutorial on
> how to write a display filter driver. Are there any sample code of simple
> display filter driver?
>
> Please give me some pointers!

That depends upon what you mean by 'filter'. What problem are you trying to
solve?

-Brian

Brian Catlin, Sannas Consulting 310-944-9492
Windows Network, Video, WDM Device Driver Training & Consulting
See WWW.AZIUS.COM.bad for courses and scheduling
REMOVE .BAD FROM EMAIL AND WEB ADDRESS


Reply With Quote
netwom
Guest
Posts: n/a
 
Re: any simple sample code of display filter driver?
Posted: 08-14-2004, 04:35 AM

"Brian Catlin" <brianc@sannas.org.bad> wrote in message
news:ea%23yxlVgEHA.140@TK2MSFTNGP12.phx.gbl...
> "netwom" <netwom8848@yahoo.com> wrote in message
> news:%2365QWEQgEHA.1196@TK2MSFTNGP11.phx.gbl...
> > Dear all,
> >
> > I am very new to this driver stuff. and I am looking for some tutorial
on
> > how to write a display filter driver. Are there any sample code of
simple
> > display filter driver?
> >
> > Please give me some pointers!
>
>
> That depends upon what you mean by 'filter'. What problem are you trying
to
> solve?
>
> -Brian
>
> Brian Catlin, Sannas Consulting 310-944-9492
> Windows Network, Video, WDM Device Driver Training & Consulting
> See WWW.AZIUS.COM.bad for courses and scheduling
> REMOVE .BAD FROM EMAIL AND WEB ADDRESS
>
>
Dear Brian,

Thank you very much for your answer. I want to obtain the whole GDIINFO
structure. Thank you very much!


Reply With Quote
Brian Catlin
Guest
Posts: n/a
 
Re: any simple sample code of display filter driver?
Posted: 08-14-2004, 09:16 PM
"netwom" <netwom8848@yahoo.com> wrote in message
news:%23ELl1%23agEHA.2984@tk2msftngp13.phx.gbl...
>
> "Brian Catlin" <brianc@sannas.org.bad> wrote in message
> news:ea%23yxlVgEHA.140@TK2MSFTNGP12.phx.gbl...
>> "netwom" <netwom8848@yahoo.com> wrote in message
>> news:%2365QWEQgEHA.1196@TK2MSFTNGP11.phx.gbl...
>> > Dear all,
>> >
>> > I am very new to this driver stuff. and I am looking for some tutorial
> on
>> > how to write a display filter driver. Are there any sample code of
> simple
>> > display filter driver?
>> >
>> > Please give me some pointers!
>>
>>
>> That depends upon what you mean by 'filter'. What problem are you trying
> to
>> solve?
>>
>> -Brian
>>
>> Brian Catlin, Sannas Consulting 310-944-9492
>> Windows Network, Video, WDM Device Driver Training & Consulting
>> See WWW.AZIUS.COM.bad for courses and scheduling
>> REMOVE .BAD FROM EMAIL AND WEB ADDRESS
>>
>>
>
> Dear Brian,
>
> Thank you very much for your answer. I want to obtain the whole GDIINFO
> structure. Thank you very much!
Hmm. There was another person asking the same thing earlier this week. You
might want to dig through this week's messages, and see my responses.

Do you need this data while in user-mode, or kernel-mode? You can get all but a
few fields of the GDIINFO structure from user-mode calls. The remaining fields
require a kernel-mode driver. Which fields within the GDIINFO structure do you
need?

-Brian

Brian Catlin, Sannas Consulting 310-944-9492
Windows Network, Video, WDM Device Driver Training & Consulting
See WWW.AZIUS.COM.bad for courses and scheduling
REMOVE .BAD FROM EMAIL AND WEB ADDRESS


Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
sample code for frame buffer mapping Vivek Gupta Windows XP Device Drivers 0 07-28-2004 03:45 PM
Any complete sample PCMCIA driver code for XP? Developer Windows XP Device Drivers 0 02-07-2004 04:53 PM
code 28 filter driver Windows XP Device Drivers 0 12-29-2003 01:27 AM
Lower Filter Driver to USB Composite Driver in Windows XP. Ramkumar C Windows XP Device Drivers 0 10-15-2003 06:17 AM
Filter driver Michael Windows XP Device Drivers 0 07-06-2003 05:59 PM