modify IopCloseFile : send IRP_MJ_CLOSE .

svn path=/trunk/; revision=232
This commit is contained in:
jean 1999-02-15 11:29:08 +00:00
parent 00ec608e15
commit 9f5cc5a859

View file

@ -42,7 +42,7 @@ VOID IopCloseFile(PVOID ObjectBody, ULONG HandleCount)
IoFileType,
UserMode);
Irp = IoBuildSynchronousFsdRequest(IRP_MJ_CLEANUP,
Irp = IoBuildSynchronousFsdRequest(IRP_MJ_CLOSE,
FileObject->DeviceObject,
NULL,
0,