Babel Home > Babel Plug-in API > Plug-in Reference > Plug-in Messages > PLG_UPDATE_STATUS
PLG_UPDATE_STATUS Message

The PLG_UPDATE_STATUS message is sent to Babel by a plug-in that wants to update its status. You can send this message explicitly or use the Plugin_UpdateStat macro.

Syntax

SendMessage(

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

Parameters

hBabel
Handle to Babel.
wParam
The PLG_UPDATE_STATUS message.
lParam
A pointer to a BUDDYINFO structure that describes the update information.

Return Value

Returns a BOOL value, TRUE on success and FALSE on failure.

Message Information

Headerplugin.h