Xcalibur. | |
| Class | Description | |
|---|---|---|
| EventHelper | Win32 API Helper: Events. | |
| HookTypes | Each type of hook enables an application to monitor a different aspect of the system's message-handling mechanism. The following sections describe the available hooks. Hook Types |
| Structure | Description | |
|---|---|---|
| CallWindowProcessStruct | Defines the message parameters passed to a WH_CALLWNDPROC hook procedure, CallWndProc. CWPSTRUCT structure | |
| KeyboardLowLevelHookStruct | Contains information about a low-level keyboard input event. KBDLLHOOKSTRUCT structure | |
| MouseLowLevelHookStruct | Contains information about a low-level mouse input event. MSLLHOOKSTRUCT structure | |
| Msg | Contains message information from a thread's message queue. MSG structure | |
| Point | The POINT structure defines the x- and y- coordinates of a point. POINT structure |
| Delegate | Description | |
|---|---|---|
| EventHelperHookProc | Defines the common dialog box hook procedure that is overridden to add specific functionality to a common dialog box. CommonDialog.HookProc Method |