PLG_WRITE_INI_KEY Message |
The PLG_WRITE_INI_KEY message is sent to Babel by a plug-in that wants to store information in babel.ini. You can send this message explicitly or use the Plugin_WriteIniKey macro.
Syntax
SendMessage( |
Parameters
- hBabel
- Handle to Babel.
- wParam
- The PLG_WRITE_INI_KEY message.
- lParam
- A pointer to a INIKEY structure that describes ini key to write in babel.ini.
Return Value
Returns a BOOL value, TRUE on success and FALSE on failure.
Message Information
Header plugin.h