Anybody knows how to close a section handle created by MmCreateSection?
Thanks,
John
Anybody knows how to close a section handle created by MmCreateSection?
Thanks,
John
Isn’t it quiet logical that it should be NtClose (or ZwClose)
which is responsible to close every Object Manager’s handle?
Paul
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of john
Sent: Friday, April 05, 2002 10:49 AM
To: File Systems Developers
Subject: [ntfsd] Closing MmCreateSection
Anybody knows how to close a section handle created by MmCreateSection?
Thanks,
John
You are currently subscribed to ntfsd as: xxxxx@compelson.com
To unsubscribe send a blank email to %%email.unsub%%
ZwClose called from the same process context will do this.
Max
----- Original Message -----
From: “john”
To: “File Systems Developers”
Sent: Friday, April 05, 2002 1:48 PM
Subject: [ntfsd] Closing MmCreateSection
> Anybody knows how to close a section handle created by MmCreateSection?
>
> Thanks,
> John
>
> —
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to %%email.unsub%%
>