Show / Hide Table of Contents

Class HookData

Contains types of hook data for hook procedures set by WindowsHook and WinEventHook.

public static class HookData

Namespace: Au.Types
Assembly: Au.dll
Inheritance
object
HookData

Fields

Name Description
AuExtraInfo

Extra info value used by functions of this library that generate keyboard events. Low-level hooks receive it in dwExtraInfo.

Methods

Name Description
ReplyMessage(bool)

Calls API API ReplyMessage, which allows to use elm and COM in the hook procedure.