SYSTEM_THREAD_EXCEPTION_NOT_HANDLED (7e)

I think stream file object never uses MJ_CREATE request.


Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

wrote in message news:xxxxx@ntfsd…
> The initial IRP will be going down on a different context for sure,
being forwarded from the system worker thread. I will try to figure a way of
doing the processing in post-create.
> I tried making a stream file object, the I allocated an IRP with
IoAllocateIrp, but I never succeded. IoCallDriver always blue screened with
NTFS file system exception.
> What are the rules in making a create request with stream file objects ? I
never got to read good documentation anywhere. Is it possible to make a create
request with a stream file object from a worker thread, with an allocated IRP ?
>
>