This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

How do I open an NT device driver?


I'm trying to issue an open to a simple NT device driver using
the cygwin developement environment and I can't figure
out how to do it..

For example, the NT DDK includes source for a "packet driver"
which allows a user to connect to a NT protocol driver directly
from user space.  The included application does this by
issueing a call to CreateFile with the unicode device name
"\\.\Packet_Packet_<adaptername>".  Is it possible to perform this
same function using the GNU library?  If so, I presume I would
perform an "open" instead of the "CreateFile"?  If so, what device
name do I use?  I've tried open("\\\\.\\Packet_Packet_<adaptername>"..
but that didn't work.

Sorry if this is a stupid question, but I'm a bit stumped here.

Thanks very much,

Pete
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]