mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 17:32:57 -05:00
sys: FSP_ENTER/FSP_LEAVE
This commit is contained in:
@ -17,10 +17,9 @@ FspShutdown(
|
||||
_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