デバイスドライバ

参考になるサイト

http://www.sciencepark.co.jp/community/lecture.html

  • ドライバの仕組み

http://itpro.nikkeibp.co.jp/article/COLUMN/20060221/230234/?ST=win&P=1

  • Windows Device Driver Programming Part 1,2

http://ruffnex.oc.to/kenji/windriver/

                                                                    • -

IRP_MJ_DEVICE_CONTROL is acessible from user mode via DeviceIoControl(). IRP_INTERNAL_DEVICE_CONTROL is only accessible via another kernel driver.