PLG_DO_HOOK_FOR Message |
The PLG_DO_HOOK_FOR message is sent to Babel by a plug-in that wants to notify other plug-ins of a hook event. You can send this message explicitly or use the Plugin_DoHookFor macro.
Syntax
SendMessage( |
Parameters
- hBabel
- Handle to Babel.
- wParam
- The PLG_DO_HOOK_FOR message.
- lParam
- A pointer to a HOOKINSTALLSTRUCT structure that describes hook event.
Return Value
Returns a BOOL value, TRUE on success and FALSE on failure.
Message Information
Header plugin.h