Lord
Mon Mar 01 20:04:57 CST 2004
ok... thanks... so I won't ask "religious" question:)
How about my other question? althoug I assume that based on your response,
I'm in right track and I have to develop an IM driver to achieve my goals in
accessing NIC/network information???
is the following link the right resource to start with
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnce30/html/ndis30.asp
Is there others that you can refer me too
thank you for your response....
"James Antognini [MSFT]" <jantogni@online.microsoft.com> wrote in message
news:%23JM6Zd$$DHA.3824@TK2MSFTNGP09.phx.gbl...
> Hooking is ugly. Occasionally it may be necessary, but this is not one of
> those occasions.
>
> Look, this is really a "religious" question. It's impossible to settle the
> issue purely on merits. If you're doing something purely for your
amusement
> or information, hook away. If you're writing code that may be distributed
> outside your lab or home, stick to supported methods. In the present case,
> an IM driver, or a protocol/miniport driver, works pretty well. Of course,
> it may be more work than hooking, but here, you're getting what you pay
for.
>
> --
> James Antognini
> Windows DDK Support
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
> "Lord of the Ring" <lordofthering@hotmail.com> wrote in message
> news:unuokG$$DHA.3824@TK2MSFTNGP09.phx.gbl...
> > Hi All,
> > If I want to develop a layer to provide me with the NIC card/network
> (mainly
> > connection less) information and have control over starting and stoping
> > those NIC cards then do I have to develop a "NDIS Intermediate driver"
or
> is
> > there other solution(s)??? if the first one is correct, then I was
reading
> > in a web site that there are two ways of developing such, one is through
> > Hooking and another through combined protocol/miniport driver, though it
> was
> > saying that Hooking is best but not supported and not document by MS at
> > all.... is this true??? where can I read indepth info on how to develop
> > intermediate drivers????
> >
> > thank you in advance.
> >
> >
>
>