HOOKINFO Structure |
The HOOKINFO structure contains information about a hook that is occuring. It is passed to the requesting plug-in on the hook event.
typedef struct tagHOOKINFO { LPARAM lpHookData; LPARAM lpUserData; } HOOKINFO, *PHOOKINFO, FAR *LPHOOKINFO; |
Members
- lpHookData
- Data that is important to the specific hook event.
- lpUserData
- Data the user ask to be passed on the event (passed in with HOOKINSTALLSTRUCT).
Structure Information
Header plugin.h