Click here to Skip to main content
15,920,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: is socket in win32 (vc++) is blocking Pin
Mark Salsbery13-Nov-06 8:51
Mark Salsbery13-Nov-06 8:51 
GeneralRe: is socket in win32 (vc++) is blocking Pin
vineeshV14-Nov-06 7:04
vineeshV14-Nov-06 7:04 
Questionpass_thru in hyperthreading Pin
vineeshV13-Nov-06 5:49
vineeshV13-Nov-06 5:49 
AnswerRe: pass_thru in hyperthreading Pin
James R. Twine13-Nov-06 6:00
James R. Twine13-Nov-06 6:00 
GeneralRe: pass_thru in hyperthreading Pin
Mark Salsbery13-Nov-06 6:20
Mark Salsbery13-Nov-06 6:20 
GeneralRe: pass_thru in hyperthreading Pin
James R. Twine13-Nov-06 6:39
James R. Twine13-Nov-06 6:39 
GeneralRe: pass_thru in hyperthreading Pin
Mark Salsbery13-Nov-06 7:07
Mark Salsbery13-Nov-06 7:07 
GeneralRe: pass_thru in hyperthreading Pin
vineeshV13-Nov-06 6:23
vineeshV13-Nov-06 6:23 
the passthru function is used in the TRAPdriver which actually fits in as 'NDIS INTERMEDIATE DRIVER'.
normal cases which was handled as

// Event Codes related to the PassthruEvent Structure
//

typedef enum
{
Passthru_Invalid,
Passthru_SetPower,
Passthru_Unbind

} PASSSTHRU_EVENT_CODE, *PPASTHRU_EVENT_CODE;

//
// Passthru Event with a code to state why they have been state
//

typedef struct _PASSTHRU_EVENT
{
NDIS_EVENT Event;
PASSSTHRU_EVENT_CODE Code;

} PASSTHRU_EVENT, *PPASSTHRU_EVENT;

i wnt to know how it is possible in hyperthreading


vineesh

GeneralRe: pass_thru in hyperthreading Pin
James R. Twine13-Nov-06 6:41
James R. Twine13-Nov-06 6:41 
QuestionNeed help! Unhdanled exception error in VC++ 2003 Pin
eanton8313-Nov-06 5:10
eanton8313-Nov-06 5:10 
AnswerRe: Need help! Unhdanled exception error in VC++ 2003 Pin
Mark Salsbery13-Nov-06 5:19
Mark Salsbery13-Nov-06 5:19 
GeneralRe: Need help! Unhdanled exception error in VC++ 2003 Pin
Waldermort13-Nov-06 6:01
Waldermort13-Nov-06 6:01 
GeneralRe: Need help! Unhdanled exception error in VC++ 2003 Pin
James R. Twine13-Nov-06 6:05
James R. Twine13-Nov-06 6:05 
GeneralRe: Need help! Unhdanled exception error in VC++ 2003 Pin
Mark Salsbery13-Nov-06 6:08
Mark Salsbery13-Nov-06 6:08 
GeneralRe: Need help! Unhdanled exception error in VC++ 2003 Pin
Waldermort13-Nov-06 6:11
Waldermort13-Nov-06 6:11 
GeneralRe: Need help! Unhdanled exception error in VC++ 2003 Pin
Mark Salsbery13-Nov-06 6:15
Mark Salsbery13-Nov-06 6:15 
AnswerRe: Need help! Unhdanled exception error in VC++ 2003 Pin
James R. Twine13-Nov-06 6:03
James R. Twine13-Nov-06 6:03 
GeneralRe: Need help! Unhdanled exception error in VC++ 2003 Pin
Mark Salsbery13-Nov-06 6:10
Mark Salsbery13-Nov-06 6:10 
Questionsome trouble when I use Createprocess Pin
abruzzi13-Nov-06 4:47
abruzzi13-Nov-06 4:47 
AnswerRe: some trouble when I use Createprocess Pin
Aqueel13-Nov-06 4:55
Aqueel13-Nov-06 4:55 
AnswerRe: some trouble when I use Createprocess Pin
Hamid_RT13-Nov-06 5:22
Hamid_RT13-Nov-06 5:22 
GeneralRe: some trouble when I use Createprocess Pin
ThatsAlok13-Nov-06 7:01
ThatsAlok13-Nov-06 7:01 
GeneralRe: some trouble when I use Createprocess Pin
Hamid_RT13-Nov-06 7:19
Hamid_RT13-Nov-06 7:19 
GeneralRe: some trouble when I use Createprocess Pin
David Crow13-Nov-06 10:02
David Crow13-Nov-06 10:02 
QuestionFree DOM Parser in c Pin
sknobli13-Nov-06 4:40
sknobli13-Nov-06 4:40 

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.