mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05: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