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( |
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
Header plugin.h