- Re: User mode space accessing kernel mode space
- Posted by Maxim S. Shatskih on July 23rd, 2004
Is the structure large?
If < 4KB - then no needs in these perversions, just copy it to
Irp->AssociatedIrp.SystemBuffer.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com
"Ben Geib" <BenGeib@discussions.microsoft.com> wrote in message
news:18FE62B1-4D4C-44E1-9AFD-D50BC95C59F7@microsoft.com...
will be applied upon an IOCTL call. The users application will need to be able
to access/modify this structure. Is there a way I can map the kernel space
containing the structure into user space so that the application can
access/modify it directly? Thank you for your time.
Similar Posts
- Re: User mode space accessing kernel mode space (Drivers) by Don Burn
- Re: User mode space accessing kernel mode space (Drivers) by Peter Wieland [MSFT]
- Share memory between user mode and kernel mode (Drivers) by Pascal
- Map user space interface to kernel space (Drivers) by
- Re: How detect USER Mode Application is loaded in kernel mode driver (Drivers) by William Ingle

