Tech Support > Microsoft Windows > Drivers > Re: Callback function for IOCTL calls.
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