Click here to Skip to main content
15,908,444 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: managing serial port interrupt Pin
Rage30-Jan-06 5:00
professionalRage30-Jan-06 5:00 
GeneralRe: managing serial port interrupt Pin
misturas30-Jan-06 5:06
misturas30-Jan-06 5:06 
GeneralRe: managing serial port interrupt Pin
Rage30-Jan-06 5:16
professionalRage30-Jan-06 5:16 
AnswerRe: managing serial port interrupt Pin
Cedric Moonen30-Jan-06 6:28
Cedric Moonen30-Jan-06 6:28 
AnswerRe: managing serial port interrupt Pin
Iain Clarke, Warrior Programmer30-Jan-06 8:35
Iain Clarke, Warrior Programmer30-Jan-06 8:35 
GeneralRe: managing serial port interrupt Pin
misturas30-Jan-06 9:13
misturas30-Jan-06 9:13 
Questiongetting the hwnds of opened windows Pin
Alex Cutovoi30-Jan-06 4:13
Alex Cutovoi30-Jan-06 4:13 
AnswerRe: getting the hwnds of opened windows Pin
Rage30-Jan-06 4:50
professionalRage30-Jan-06 4:50 
QuestionRetreiving attributs of a node Pin
kandukuri30-Jan-06 3:05
kandukuri30-Jan-06 3:05 
AnswerRe: Retreiving attributs of a node Pin
David Crow30-Jan-06 3:31
David Crow30-Jan-06 3:31 
GeneralRe: Retreiving attributs of a node Pin
kandukuri30-Jan-06 3:35
kandukuri30-Jan-06 3:35 
GeneralRe: Retreiving attributs of a node Pin
Rage30-Jan-06 3:42
professionalRage30-Jan-06 3:42 
GeneralRe: Retreiving attributs of a node Pin
kandukuri30-Jan-06 3:57
kandukuri30-Jan-06 3:57 
GeneralRe: Retreiving attributs of a node Pin
Rage30-Jan-06 4:10
professionalRage30-Jan-06 4:10 
GeneralRe: Retreiving attributs of a node Pin
David Crow30-Jan-06 4:56
David Crow30-Jan-06 4:56 
GeneralRe: Retreiving attributs of a node Pin
Rage30-Jan-06 5:10
professionalRage30-Jan-06 5:10 
GeneralRe: Retreiving attributs of a node Pin
David Crow30-Jan-06 3:42
David Crow30-Jan-06 3:42 
QuestionTDI Pin
viliam30-Jan-06 2:45
viliam30-Jan-06 2:45 
AnswerRe: TDI Pin
Toby Opferman30-Jan-06 8:16
Toby Opferman30-Jan-06 8:16 
You have implemented a filter driver on top of \Device\Tcp ? If you are on the top of the device stack you will get all the IRPs there is no special handling of those particular IRPs unless you are doing something different than I beleive you to be doing.

What Application are you attempting to filter that is not working correctly, have you verified that TDIMon is working correctly in the same situation? Also, there is a seperate device used by sockets which is \Device\Afd which I believe has a different interface than TDI. I believe there is an open source project which is a firewall that filters this interface for which you may be able to review (It also filters TDI) to find out this interface. I believe it is on sourceforge.

8bc7c0ec02c0e404c0cc0680f7018827ebee
QuestionSaving a BITMAP Pin
spen1130-Jan-06 2:13
spen1130-Jan-06 2:13 
AnswerRe: Saving a BITMAP Pin
Rage30-Jan-06 2:21
professionalRage30-Jan-06 2:21 
AnswerRe: Saving a BITMAP Pin
Vipin Aravind30-Jan-06 2:48
Vipin Aravind30-Jan-06 2:48 
AnswerRe: Saving a BITMAP Pin
Laxman930-Jan-06 21:26
Laxman930-Jan-06 21:26 
QuestionWrong Colors Pin
Great A'Tuin30-Jan-06 1:55
Great A'Tuin30-Jan-06 1:55 
AnswerRe: Wrong Colors Pin
benjymous30-Jan-06 4:06
benjymous30-Jan-06 4:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.