mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: driver.h: FSP_ENTER_IOC/FSP_LEAVE_IOC
This commit is contained in:
@ -287,7 +287,12 @@ FspFileSystemControl(
|
||||
|
||||
VOID FspFileSystemControlComplete(PIRP Irp, FSP_FSCTL_TRANSACT_RSP *Response)
|
||||
{
|
||||
PAGED_CODE();
|
||||
FSP_ENTER_IOC(PAGED_CODE());
|
||||
|
||||
FspCompleteRequest(Irp, STATUS_SUCCESS);
|
||||
FSP_LEAVE_IOC(
|
||||
"FileObject=%p%s%s",
|
||||
IrpSp->FileObject,
|
||||
IRP_MN_USER_FS_REQUEST == IrpSp->MinorFunction ? ", " : "",
|
||||
IRP_MN_USER_FS_REQUEST == IrpSp->MinorFunction ?
|
||||
IoctlCodeSym(IrpSp->Parameters.FileSystemControl.FsControlCode) : "");
|
||||
}
|
||||
|
Reference in New Issue
Block a user