2 references to DACL_INFORMATION
System.Web (2)
FileChangesMonitor.cs (2)
164
int fOK = UnsafeNativeMethods.GetFileSecurity(filename,
DACL_INFORMATION
, dacl, dacl.Length, ref lengthNeeded);
187
fOK = UnsafeNativeMethods.GetFileSecurity(filename,
DACL_INFORMATION
, dacl, dacl.Length, ref lengthNeeded);