post-create Minifilter

Hey,

is a post-create routine for a minifilter driver only called when the creation was successfull.
Or is it always called ( if required so ) but the status of the creation process given in this callback?

It’s called even for failed creates, but depending on the return value from precreate. If you always return FLT_PREOP_SYNCHRONIZE from precreate then it’ll always be called and the status is in Data->IoStatus.Status

Sent from my iPhone

On Aug 22, 2012, at 1:24 AM, xxxxx@hotmail.de wrote:

Hey,

is a post-create routine for a minifilter driver only called when the creation was successfull.
Or is it always called ( if required so ) but the status of the creation process given in this callback?


NTFSD is sponsored by OSR

For our schedule of debugging and file system seminars visit:
http://www.osr.com/seminars

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer