Babel Home > Babel Plug-in API > Plug-in Reference > Plug-in Macros > Plugin_WriteIniKey
Plugin_WriteIniKey Macro

Tells Babel to write an ini key to babel.ini. You can use this macro or send the PLG_WRITE_INI_KEY message explicitly.

Syntax

BOOL Plugin_WriteIniKey(

    HWND hBabel,     PINIKEY pIniInfo );

Parameters

hBabel
Handle to Babel Instant Messenger (passed on PLGMSG_INITPLUGIN).
pIniInfo
A pointer to a INIKEY structure that describes the ini key to write to babel.ini.

Return Value

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

Macro Information

Headerplugin.h