Added ACL revision constants

pull/83/head
David Hall 2019-07-12 13:46:24 -06:00
parent a2088da9aa
commit ba13536089
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ namespace Vanara.PInvoke
{
public static partial class Kernel32
{
public const uint ACL_REVISION = 2;
public const uint ACL_REVISION_DS = 4;
public const string OUT_OF_PROCESS_FUNCTION_TABLE_CALLBACK_EXPORT_NAME = "OutOfProcessFunctionTableCallback";
/// <summary>Retrieves the function table entries for the functions in the specified region of memory.</summary>