any simple sample code of display filter driver?

N

netwom

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
 
B

Brian Catlin

netwom said:
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
 
N

netwom

Brian Catlin said:
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!
 
B

Brian Catlin

netwom said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top