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