LocalHook Properties |
The LocalHook type exposes the following members.
| Name | Description | |
|---|---|---|
| Callback |
The callback passed to Create(IntPtr, Delegate, Object).
| |
| GlobalThreadACL |
Returns the gloabl thread ACL associated with ALL hooks. Refer to IsThreadIntercepted(Int32)
for more information about access negotiation.
| |
| HookBypassAddress |
Returns the trampoline bypass address associated with this hook.
| |
| ThreadACL |
Returns the thread ACL associated with this hook. Refer to IsThreadIntercepted(Int32)
for more information about access negotiation.
|