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
)
Public Sub SetExclusiveACL (
InACL As Integer()
)
public:
void SetExclusiveACL(
array<int>^ InACL
)
member SetExclusiveACL :
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