Beginners question

  • Thread starter Thread starter Nadav
  • Start date Start date
N

Nadav

Hi,

I Wonder what is the best way communicating with a device? what should a
driver implement so it could get an IRP_MJ_DEVICE_CONTROL through the
DeviceIoControl API? should the driver implement a soft link SoftLink so it
could be accessed directly? does the same goes to WDM/MiniPort drivers?

John.
 
Go read a good driver book, you are asking questions that show you do not
have any of the basics. I recomend "Programming the Windows Driver Model"
by Walter Oney.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top