Click or drag to resize

HookAccessControlSetExclusiveACL Method

Sets an exclusive ACL. This means all threads that are enumerated through InACL are NOT intercepted while all others are. 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 SetExclusiveACL(
	int[] InACL
)

Parameters

InACL
Type: SystemInt32
Threads to be explicitly included in negotiation.
Exceptions
ExceptionCondition
ArgumentException The limit of 128 access entries is exceeded!
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