mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: IRP_MJ_CLOSE
This commit is contained in:
@ -68,7 +68,7 @@ NTSTATUS DriverEntry(
|
||||
|
||||
/* setup the I/O completion functions */
|
||||
FspIopCompleteFunction[IRP_MJ_CREATE] = FspFsvolCreateComplete;
|
||||
FspIopCompleteFunction[IRP_MJ_CLOSE] = FspCloseComplete;
|
||||
FspIopCompleteFunction[IRP_MJ_CLOSE] = FspFsvolCloseComplete;
|
||||
FspIopCompleteFunction[IRP_MJ_READ] = FspReadComplete;
|
||||
FspIopCompleteFunction[IRP_MJ_WRITE] = FspWriteComplete;
|
||||
FspIopCompleteFunction[IRP_MJ_QUERY_INFORMATION] = FspQueryInformationComplete;
|
||||
|
Reference in New Issue
Block a user