Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've been looking for a way to send the data which my device driver makes as a result to user mode application. For instance, I send a specific process id in user mode to my device driver and my device driver sends it back to in user mode after some calculation or something. My device driver operates with IOCTL. So once I thought there was a space/buffer as structure in PIRP structure for sending to user mode application. Following a lot of searching about this, I've got no useful reference, information for use. Does anybody give me any clues on this matter? I would appreciate even if it's a little of help. Thanks in advance.

What I have tried:

--------------------------------------------------------------------------
Posted
Updated 29-Jul-17 22:21pm

1 solution

 
Share this answer
 
Comments
MinYoung Lee 31-Jul-17 23:49pm    
I have been looking that site over now but too broad to find a solution. Thanks anyway!
Richard MacCutchan 1-Aug-17 2:57am    
The DDK documentation is the best place to look.
MinYoung Lee 1-Aug-17 7:40am    
I agree with you.:)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900