Babel Home > Babel Plug-in API > Plug-in Reference > Plug-in Messages > PLG_UNINSTALL_HOOK
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(

    (HWND) hBabel,     PLUGIN_MSG,     (WPARAM) PLG_UNINSTALL_HOOK,     (LPARAM) lParam );

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

Headerplugin.h