dotnet: RejectIrpPriorToTransact0

This commit is contained in:
Bill Zissimopoulos
2020-02-07 17:07:50 -08:00
parent 24b5d48fed
commit 10f4df519c
3 changed files with 7 additions and 0 deletions

View File

@ -54,6 +54,7 @@ namespace Fsp.Interop
internal const UInt32 AllowOpenInKernelMode = 0x01000000;
internal const UInt32 CasePreservedExtendedAttributes = 0x02000000;
internal const UInt32 WslFeatures = 0x04000000;
internal const UInt32 RejectIrpPriorToTransact0 = 0x10000000;
internal const int PrefixSize = 192;
internal const int FileSystemNameSize = 16;