doc: fix code in WinFsp Delete Redesign document

This commit is contained in:
Bill Zissimopoulos
2021-10-22 12:22:33 +01:00
parent b13b24e0b1
commit 1208c6c652

View File

@ -69,7 +69,7 @@ The new `Delete` operation follows the general pattern below:
[source,c]
----
NTSTATUS (*Delete)(FSP_FILE_SYSTEM *FileSystem,
NTSTATUS Delete(FSP_FILE_SYSTEM *FileSystem,
PVOID FileContext, PWSTR FileName, ULONG Flags)
{
switch (Flags)
@ -98,7 +98,7 @@ A sensible implementation of `Delete` might look something similar to the follow
[source,c]
----
NTSTATUS (*Delete)(FSP_FILE_SYSTEM *FileSystem,
NTSTATUS Delete(FSP_FILE_SYSTEM *FileSystem,
PVOID FileContext, PWSTR FileName, ULONG Flags)
{
switch (Flags)