mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: rename FspIopCompleteRequest to FspIopCompleteIrp
This commit is contained in:
@ -60,7 +60,7 @@ NTSTATUS FspIopCreateRequest(
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
VOID FspIopCompleteRequestEx(PIRP Irp, NTSTATUS Result, BOOLEAN DeviceRelease)
|
||||
VOID FspIopCompleteIrpEx(PIRP Irp, NTSTATUS Result, BOOLEAN DeviceRelease)
|
||||
{
|
||||
// !PAGED_CODE();
|
||||
|
||||
|
Reference in New Issue
Block a user