- Re: Callback function for IOCTL calls.
- Posted by Tim Roberts on September 5th, 2004
"Ravi" <Ravi@discussions.microsoft.com> wrote:
What user-define IOCTL calls?
Kernel streaming drivers do not handle user IOCTLs. If you need to offer
some custom functions to user-mode apps, you define a custom property set.
There are several KSPROPERTY sets defined in the USBIntel example.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc
Similar Posts
- function calls (Basics) by andy-k
- IOCTL and mutex (Drivers) by Puneet Jain
- about IRP IOCTL URB (Drivers) by changlezhang
- Penidng IOCTL (Drivers) by saiprasad2
- Class Function Calls (Programming) by Brett Verhagen

