sys: notify implementation

This commit is contained in:
Bill Zissimopoulos
2020-10-08 20:49:24 -07:00
parent 88edf5723e
commit a004e4be10
4 changed files with 141 additions and 20 deletions

View File

@ -1866,3 +1866,9 @@ FSP_API BOOLEAN FspFileSystemAddEa(PFILE_FULL_EA_INFORMATION SingleEa,
return TRUE;
}
FSP_API BOOLEAN FspFileSystemAddNotifyInfo(FSP_FSCTL_NOTIFY_INFO *NotifyInfo,
PVOID Buffer, ULONG Length, PULONG PBytesTransferred)
{
return FspFileSystemAddXxxInfo(NotifyInfo, Buffer, Length, PBytesTransferred);
}