Re[2]: Handling irp_mj_set_information

For the common cases, a stream context is used since you would be
processing for a request for all accesses to the same file. But there
are cases where you need to have a per handle context. This depends on
your design.

Pete


Kernel Drivers
Windows File System and Device Driver Consulting
www.KernelDrivers.com http:</http:>
866.263.9295

------ Original Message ------
From: xxxxx@hotmail.com
To: “Windows File Systems Devs Interest List”
Sent: 12/16/2016 8:02:12 AM
Subject: RE:[ntfsd] Handling irp_mj_set_information

>Ok, problem solved.
>
>I was accidentally using streamhandle context instead of stream
>context, so that’s why. My bad.
>
>Anyways, is it recommended to use stream context for encryption based
>drivers? or should I use file context instead? Thanks.
>
>—
>NTFSD is sponsored by OSR
>
>
>MONTHLY seminars on crash dump analysis, WDF, Windows internals and
>software drivers!
>Details at http:
>
>To unsubscribe, visit the List Server section of OSR Online at
>http:</http:></http:>

Ok, thanks for your reply Peter.