Re: communication between user mode and kernel mode
From: Don Burn (burn_at_stopspam.acm.org)
Date: 02/16/04
- Next message: Arnaud Darmont: "Webcam driver development"
- Previous message: Alex: "Re: communication between user mode and kernel mode"
- In reply to: Monty: "communication between user mode and kernel mode"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 16 Feb 2004 09:21:41 -0500
The simplest approach is to use an IOCTL in what is termed an iverted call
model. You have the application send down the chunk of memory on an IOCTL
IRP and it is pended in the driver till you have the data, then the IRP is
completed and returned. Take a look at
http://www.osronline.com/article.cfm?id=94 for details and sample code.
-- Don Burn (MVP, Windows DDK) Windows 2k/XP/2k3 Filesystem and Driver Consulting Remove StopSpam from the email to reply "Monty" <xmontyx@yahoo.com> wrote in message news:23e07e52.0402160608.2006b56c@posting.google.com... > Hi all, > > i want to know how can i send a chunk of memory from kernel mode > driver to a user mode application or a dll ? > > sample code will be a delight :) > > Monty
- Next message: Arnaud Darmont: "Webcam driver development"
- Previous message: Alex: "Re: communication between user mode and kernel mode"
- In reply to: Monty: "communication between user mode and kernel mode"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|