Hi All,
I am working on virtual NIC driver, which exposes Ndis5 at it’s upper edge
and ethernet at its lower edge.
I want to unbind all the defaults protocols like (File and Printer sharing
for Microsoft Networks, Clients for Microsoft Networks , Qos and etc ) bound
with my interface. I want do this through programatically. How to achive
this.
All your ideas and suggestion are welcome.
Thanks in Advance,
Cyril
***************************************************************************
This message is proprietary to Future Software Limited (FSL)
and is intended solely for the use of the individual to whom it
is addressed. It may contain privileged or confidential information
and should not be circulated or used for any purpose other than for
what it is intended.
If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message.
FSL accepts no responsibility for loss or damage arising from
the use of the information transmitted by this email including
damage from virus.
***************************************************************************
Ciryl,
Look at the NETCFG sample in the DDK (it actually builds as SNETCFG.EXE).
This shows pretty much all of the required mechanisms for modifying
bindings, etc.
If you need to prevent a particular binding path at install time, you should
look at the NotifyObj sample in the DDK (I think it now lives under the MUX
project). This shows how to be involved in the binding process at install
time.
Good Luck,
Dave Cattley
Consulting Engineer
Systems Software Development
“Sagayac” wrote in message news:xxxxx@ntdev…
> Hi All,
>
> I am working on virtual NIC driver, which exposes Ndis5 at it’s upper edge
> and ethernet at its lower edge.
> I want to unbind all the defaults protocols like (File and Printer sharing
> for Microsoft Networks, Clients for Microsoft Networks , Qos and etc )
> bound
> with my interface. I want do this through programatically. How to achive
> this.
> All your ideas and suggestion are welcome.
>
> Thanks in Advance,
> Cyril
>
>
>
>
>
> This message is proprietary to Future Software Limited (FSL)
> and is intended solely for the use of the individual to whom it
> is addressed. It may contain privileged or confidential information
> and should not be circulated or used for any purpose other than for
> what it is intended.
>
> If you have received this message in error, please notify the
> originator immediately. If you are not the intended recipient,
> you are notified that you are strictly prohibited from using,
> copying, altering, or disclosing the contents of this message.
> FSL accepts no responsibility for loss or damage arising from
> the use of the information transmitted by this email including
> damage from virus.
>
>
>
On May 4, 2005, at 9:51 AM, David R. Cattley wrote:
Ciryl,
Look at the NETCFG sample in the DDK (it actually builds as
SNETCFG.EXE).
This shows pretty much all of the required mechanisms for modifying
bindings, etc.
Might be worth looking into bindview: src/network/config/bindview
instead; I don’t think netcfg is in new DDKs.
-sd
Steve Dispensa
MVP - Windows DDK
www.kernelmustard.com