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

The PLG_READ_INI_KEY message is sent to Babel by a plug-in that wants to retrieve information from babel.ini. You can send this message explicitly or use the Plugin_ReadIniKey macro.

Syntax

SendMessage(

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

Parameters

hBabel
Handle to Babel.
wParam
The PLG_READ_INI_KEY message.
lParam
A pointer to a INIKEY structure that describes ini key to read from babel.ini.

Return Value

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

Message Information

Headerplugin.h