HookAccessControlSetInclusiveACL Method |
Sets an inclusive ACL. This means all threads that are enumerated through InACL
are intercepted while all others are NOT. Of course this will overwrite the existing ACL.
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public void SetInclusiveACL(
int[] InACL
)
Public Sub SetInclusiveACL (
InACL As Integer()
)
public:
void SetInclusiveACL(
array<int>^ InACL
)
member SetInclusiveACL :
InACL : int[] -> unit
Parameters
- InACL
- Type: SystemInt32
Threads to be explicitly included in negotiation.
Exceptions Remarks
Please note that this is not necessarily the final
negotiation result. Refer to
IsThreadIntercepted(Int32) for more information.
In general inclusive ACLs will restrict exclusive ACLs while local ACLs will overwrite the
global ACL.
See Also