sys: FSP_IOCMPL_DISPATCH now returns NTSTATUS

This commit is contained in:
Bill Zissimopoulos
2016-01-27 11:59:52 -08:00
parent c9fb46ff11
commit eda129ae81
18 changed files with 37 additions and 39 deletions

View File

@ -25,7 +25,7 @@ static NTSTATUS FspFsvolLockControl(
return STATUS_INVALID_DEVICE_REQUEST;
}
VOID FspFsvolLockControlComplete(
NTSTATUS FspFsvolLockControlComplete(
PIRP Irp, const FSP_FSCTL_TRANSACT_RSP *Response)
{
FSP_ENTER_IOC(PAGED_CODE());