Re: Scope of UMDF
basically said that the kernel or a kernel mode driver can not be the client
of a UMDF driver.
Kernel mode driver cannot send IRPs to the UDMF reflector.
serial port emulation and a NDIS driver in UMDF.
I do not think UMDF supports NDIS.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com
.
Relevant Pages
- Re: Sending IOCTLs from one kernel mode driver to another
... and it is a wrapper around ZwCreateFile + ObReferenceObjectByHandle + ... Maxim Shatskih, Windows DDK MVP ... Is it possible to open a device from a kernel mode driver and send device ... (microsoft.public.development.device.drivers) - Re: Sending IOCTLs from one kernel mode driver to another
... IoAllocateIrp + fill the IRP + IoCallDriver. ... Maxim Shatskih, Windows DDK MVP ... Is it possible to open a device from a kernel mode driver and send device ... (microsoft.public.development.device.drivers) - Re: How to open pass a named pipe handle to NDISPROT (Kernel level driver) from user application
... Use IRP_MH_WRITE handler to your version of NDISPROT. ... Thomas F. Divine, Windows DDK MVP ... My question is that is it possible to open a named pipe or message queue ... how can I map the handle from User Application to Kernel mode driver? ... (microsoft.public.development.device.drivers) - Re: Interrupt request handling in user mode?
... > How can I handle hardware interrupt requests from the PCI card in a user ... > mode DLL? ... Write a kernel mode driver. ... Maxim Shatskih, Windows DDK MVP ... (microsoft.public.development.device.drivers) - Re: Basic Disk extend
... FSCTL_EXTEND_VOLUME in kernel mode driver, I am getting the error.Please help ... Are you sure this works at all for basic disks? ... Maxim S. Shatskih ... Windows DDK MVP ... (microsoft.public.development.device.drivers) |
|