Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Register NDIS driver to set device name

Reply
Thread Tools Display Modes

Register NDIS driver to set device name

 
 
Brinda Ganesh
Guest
Posts: n/a

 
      07-01-2003
Hi

I have access to NDIS miniport driver code - I want to
communicate to it from a user app. I was attempting to
register the device using NDISMRegister Device so that I
could give it a device name and be able to access it. But
that crashes my system.

Can NDISMRegisterDevice be used with
NDISMRegisterMiniport without crashing the driver?

Can I retrieve device names without having to register
the device ?

I want to create a shared memory interface with the
driver using an IOCTL and am a novice to device driver
programming - hence the questions.

Thanks in advance
Brinda
 
Reply With Quote
 
 
 
 
Eliyas Yakub [MSFT]
Guest
Posts: n/a

 
      07-01-2003
Get hold of Server 2003 DDK and follow the src\network\ndis\NETVMINI sample.
That sample is meant for beginners like you.

--
-Eliyas
This posting is provided "AS IS" with no warranties, and confers no rights.
http://www.microsoft.com/whdc/hwdev/driver/kb-drv.mspx


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
After you install a device or update a driver for a device, help!! Papz Windows Vista General Discussion 5 03-11-2007 02:32 PM
Re: ndis.sys BSOD :( Al Windows Vista Administration 2 12-03-2006 09:21 AM
blue screen ndis.sys Papereyes Windows Vista General Discussion 6 07-09-2006 05:49 AM
Sample code for NDIS 802.11 driver? Lin Sun Windows Vista Drivers 2 07-08-2003 12:30 PM
RE: Don't see NDIS status other than PENDING in IM driver Bryan S. Burgin [MSFT] Windows Vista Drivers 1 06-30-2003 12:44 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59