mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys: driver.h: FSP_ENTER_IOC/FSP_LEAVE_IOC
This commit is contained in:
@ -45,7 +45,7 @@ FspDeviceControl(
|
||||
|
||||
VOID FspDeviceControlComplete(PIRP Irp, FSP_FSCTL_TRANSACT_RSP *Response)
|
||||
{
|
||||
PAGED_CODE();
|
||||
FSP_ENTER_IOC(PAGED_CODE());
|
||||
|
||||
FspCompleteRequest(Irp, STATUS_SUCCESS);
|
||||
FSP_LEAVE_IOC("", 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user