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

Tells Babel to unload an option pane from the main options dialog. You can use this macro or send the PLG_REM_OPT_PAGE message explicitly.

Syntax

BOOL Plugin_RemOptPage(

    HWND hBabel,     char * pszPath );

Parameters

hBabel
Handle to Babel Instant Messenger (passed on PLGMSG_INITPLUGIN).
pszPath
A pointer to NULL terminated string that describes the path to the pane to uninstall.

Return Value

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

Macro Information

Headerplugin.h