mirror of
https://github.com/winfsp/winfsp.git
synced 2025-12-21 03:22:45 -06:00
sys: FSP_ENTER/FSP_LEAVE
This commit is contained in:
@@ -17,10 +17,9 @@ FspWrite(
|
||||
_In_ PDEVICE_OBJECT DeviceObject,
|
||||
_In_ PIRP Irp)
|
||||
{
|
||||
UNREFERENCED_PARAMETER(DeviceObject);
|
||||
UNREFERENCED_PARAMETER(Irp);
|
||||
FSP_ENTER(PAGED_CODE());
|
||||
|
||||
PAGED_CODE();
|
||||
Result = STATUS_NOT_IMPLEMENTED;
|
||||
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
FSP_LEAVE("", 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user