Support NTFS server roots

This commit is contained in:
Meik
2026-03-13 20:20:16 +01:00
parent f14d4ec2e6
commit 9cfd266294
2 changed files with 100 additions and 15 deletions

View File

@@ -30,6 +30,7 @@ namespace C4IT.LIAM
public enum eLiamDataAreaTypes
{
Unknown = 0,
NtfsServerRoot = 100,
NtfsShare = 101,
NtfsFolder = 102,
DfsNamespaceRoot = 103,