Ndis functions

Hi all,

I am writing miniport driver for usb device on Windows 98, Windows 2000.
I have written code on Windows 2000. But I couldn’t find out corresponding
Ndis functions on Ndis.h/Ndis.lib even a function like
NdisMRegisterMiniport(). Where can i get the corresponding functions for
Windwos 98? please can anyone help me?

THanks in advance,
Syed.

Hello

NdisMRegisterMiniport(). Where can i get the corresponding functions for
Windwos 98? please can anyone help me?

You must build your Windows98 NDIS driver with the Windows NT 4.0 DDK.

Hi all,
I have written Ndis Miniport driver on Windows 2000. I have to port this
driver to Windows 98.
No of Ndis functions which are supported on Windows 2000 are not supported
on Windows 98.
Even the function NdisMRegisterMiniport also. I don’t think that compiling
the Windows 2000 code
on Windows NT will be the solution. Please can any tell me the solution?

Thanks in Advance,
Syed.

----- Original Message -----
From: “elli”
To: “NT Developers Interest List”
Sent: Monday, June 26, 2000 1:45 PM
Subject: [ntdev] Re: Ndis functions

> Hello
>
> >NdisMRegisterMiniport(). Where can i get the corresponding functions for
> >Windwos 98? please can anyone help me?
>
> You must build your Windows98 NDIS driver with the Windows NT 4.0 DDK.
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@yahoo.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)

I can’t speak for Windows 98 but Windows 95 requires compiling using NDIS
3.1 which is found on the Windows NT 3.51 DDK!!! I doubt that Windows 98
will support the complete Windows 2000 NDIS library, it might support NDIS
4.0 but for absolute compatibility with 95, you will have to compile using
NDIS 3.1. There are quite a few current NDIS functions that were not
available at that level. If you don’t need compatibility with 95, search the
98 DDK to find out what level of NDIS is supported, but the actual NDIS
drivers are compiled with an NT DDK.

-----Original Message-----
From: Syed Abthagir [mailto:xxxxx@yahoo.com]
Sent: Monday, June 26, 2000 5:18 AM
To: NT Developers Interest List
Subject: [ntdev] Re: Ndis functions

Hi all,
I have written Ndis Miniport driver on Windows 2000. I have to port this
driver to Windows 98.
No of Ndis functions which are supported on Windows 2000 are not supported
on Windows 98.
Even the function NdisMRegisterMiniport also. I don’t think that compiling
the Windows 2000 code
on Windows NT will be the solution. Please can any tell me the solution?

Thanks in Advance,
Syed.

----- Original Message -----
From: “elli”
To: “NT Developers Interest List”
Sent: Monday, June 26, 2000 1:45 PM
Subject: [ntdev] Re: Ndis functions

> Hello
>
> >NdisMRegisterMiniport(). Where can i get the corresponding functions for
> >Windwos 98? please can anyone help me?
>
> You must build your Windows98 NDIS driver with the Windows NT 4.0 DDK.
>
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@yahoo.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)


You are currently subscribed to ntdev as: xxxxx@moore-solutions.com
To unsubscribe send a blank email to $subst(‘Email.Unsub’)