simple question about ProtocolBindingContext

Hello everyone !
I have 2 network cards …
How many ProtocolBindingContext values for a single protocol (say TCPIP)
will I have then ?


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

> ----------

From: xxxxx@yandex.ru[SMTP:xxxxx@yandex.ru]
Reply To: xxxxx@lists.osr.com
Sent: Friday, November 23, 2001 2:44 PM
To: xxxxx@lists.osr.com
Subject: [ntdev] simple question about ProtocolBindingContext

Hello everyone !
I have 2 network cards …
How many ProtocolBindingContext values for a single protocol (say TCPIP)
will I have then ?

I’m not quite sure if understand your question. TcpIp.sys
ProtocolBindAdapter would be called twice (once for every network card) and
will create two internal structures representing binding context and call
NdisOpenAdapter twice passing pointers to these internal structures as
ProtocolBindingContext parameter.

Best regards,

Michal Vodicka
STMicroelectronics Design and Application s.r.o.
[michal.vodicka@st.com, http:://www.st.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

If both bindings are allowed in the Control Panel - then 2 of them.
Your ProtocolBindAdapter will be called twice, you will call NdisOpenAdapter twice.

Max

----- Original Message -----
From: “foxgen”
To: “NT Developers Interest List”
Sent: Friday, November 23, 2001 4:44 PM
Subject: [ntdev] simple question about ProtocolBindingContext

> Hello everyone !
> I have 2 network cards …
> How many ProtocolBindingContext values for a single protocol (say TCPIP)
> will I have then ?
>
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.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