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

The PLG_SET_SKIN message is sent to Babel by a plug-in that wants to change Babels' skin. You can send this message explicitly or use the Plugin_SetSkin macro.

Syntax

SendMessage(

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

Parameters

hBabel
Handle to Babel.
wParam
The PLG_SET_SKIN message.
lParam
A pointer to NULL terminated string that describes the path to the skin.ini.

Return Value

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

Message Information

Headerplugin.h