mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-22 03:52:55 -06:00
sys: FSP_IOCMPL_DISPATCH now returns NTSTATUS
This commit is contained in:
@@ -33,7 +33,7 @@ static NTSTATUS FspFsvolDeviceControl(
|
||||
return Result;
|
||||
}
|
||||
|
||||
VOID FspFsvolDeviceControlComplete(
|
||||
NTSTATUS FspFsvolDeviceControlComplete(
|
||||
PIRP Irp, const FSP_FSCTL_TRANSACT_RSP *Response)
|
||||
{
|
||||
FSP_ENTER_IOC(PAGED_CODE());
|
||||
|
||||
Reference in New Issue
Block a user