GetAce
[DllImport("Advapi32.dll", SetLastError = true)][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool GetAce(
IntPtr pAcl,
uint dwAceIndex,
out IntPtr pAce
);
Microsoft documentation: Link
Last updated
[DllImport("Advapi32.dll", SetLastError = true)][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool GetAce(
IntPtr pAcl,
uint dwAceIndex,
out IntPtr pAce
);
Microsoft documentation: Link
Last updated