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

Tells Babel to retrieve information about a plug-in. You can use this macro or send the PLG_GET_PLUGIN_INFO message explicitly.

Syntax

BOOL Plugin_GetPluginInfo(

    HWND hBabel,     PPLUGININFO pPluginInfo );

Parameters

hBabel
Handle to Babel Instant Messenger (passed on PLGMSG_INITPLUGIN).
pPluginInfo
A pointer to a PLUGININFO structure that will be filled by Babel.

Return Value

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

Macro Information

Headerplugin.h