The BuildExplicitAccessWithName function initializes an [EXPLICIT_ACCESS] structure with data specified by the caller. The trustee is identified by a name string
7/27/2009 8:23:31 PM - -217.167.155.117
Defines access control information for a specified trustee
2/21/2013 7:05:39 PM - -202.32.254.242
.
static extern void BuildExplicitAccessWithName(
.
Declare Function BuildExplicitAccessWithName Lib "advapi32.dll" ( _
.
BuildExplicitAccessWithName does not appear to work on x64 bit systems. Usually causes an AppCrash in compiled .net apps. Same code works when compiled as x86 app.
The BuildExplicitAccessWithName function initializes an [EXPLICIT_ACCESS] structure with data specified by the caller. The trustee is identified by a name string
7/27/2009 8:23:31 PM - -217.167.155.117
.
BuildExplicitAccessWithName(ea, strUserName, iPerm, SET_ACCESS, CONTAINER_INHERIT_ACE Or OBJECT_INHERIT_ACE)
The BuildExplicitAccessWithName function initializes an [EXPLICIT_ACCESS] structure with data specified by the caller. The trustee is identified by a name string