Hi,
I am new to ndis.While going through msdn, i read about object identifiers
(OIDs). I would like to know how OIDs are queried from user mode
application.which api is used from application to invoke oids.
Thanks,
shweta
Hi,
I am new to ndis.While going through msdn, i read about object identifiers
(OIDs). I would like to know how OIDs are queried from user mode
application.which api is used from application to invoke oids.
Thanks,
shweta
Implement an IOCTL and then query and set the OIDs.
Check the samples src\general\pcidrv\test\myping.c or search for examples having “IOCTL_NDISPROT_OPEN_DEVICE”.
Neo
Hi,
I am learning miniport driver.I would like to know how to allocate
continuous memory, which is shared between host and the nic adapter.
thanks