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

Tells Babel to read an ini key from babel.ini. You can use this macro or send the PLG_READ_INI_KEY message explicitly.

Syntax

BOOL Plugin_ReadIniKey(

    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 read from babel.ini.

Return Value

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

Macro Information

Headerplugin.h