Click or drag to resize

LocalHook Properties

The LocalHook type exposes the following members.

Properties
  NameDescription
Public propertyCallback
The callback passed to Create(IntPtr, Delegate, Object).
Public propertyStatic memberGlobalThreadACL
Returns the gloabl thread ACL associated with ALL hooks. Refer to IsThreadIntercepted(Int32) for more information about access negotiation.
Public propertyHookBypassAddress
Returns the trampoline bypass address associated with this hook.
Public propertyThreadACL
Returns the thread ACL associated with this hook. Refer to IsThreadIntercepted(Int32) for more information about access negotiation.
Top
See Also