Re: IRP_MJ_READ/IRP_MJ_WRITE
- From: "Maxim S. Shatskih" <maxim@xxxxxxxxxxxxxxxx>
- Date: Thu, 3 Jan 2008 21:55:15 +0300
wdk doc says that Irp->userbuffer is used only in case Deviceiocontrol IRPs.
It is used always for all read/write/IOCTL IRPs.
To touch this buffer, you need a) __try/__except block b) be in the caller's
process context.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com
.
- References:
- Re: IRP_MJ_READ/IRP_MJ_WRITE
- From: Maxim S. Shatskih
- Re: IRP_MJ_READ/IRP_MJ_WRITE
- From: qwert
- Re: IRP_MJ_READ/IRP_MJ_WRITE
- Prev by Date: Re: ml64, PROC and parameters
- Next by Date: Installing Driver Simulation Framework causes checked OS not to boot
- Previous by thread: Re: IRP_MJ_READ/IRP_MJ_WRITE
- Next by thread: Re: IRP_MJ_READ/IRP_MJ_WRITE
- Index(es):
Relevant Pages
|