// JP opened flex table

Click to See Complete Forum and Search --> : DeviceIoControl and Buffer IO IOCTL implementation


venku_murari
February 15th, 2007, 06:08 AM
Hello,

I am new to winows driver programming.
I want to write a sample program where in the user sends an IOCTL (buffered IO) throgh DevoceIoControl to the driver and gets some info from the driver.

Can some body please send a sample program completely for this? I need driver as well as user code ASAP???


Thanks in Advance
Venku

mabank
June 13th, 2007, 12:44 PM
http://www.catch22.net/tuts/kernel1.asp
There's code for a "Hello World" driver + app

//JP added flex table