IE_ShowPlugInDialog function

Function that shows an "About" and/or "Options" dialog for the plug-in.

Syntax

PLUGIN_API int __stdcall IE_ShowPlugInDialog
(
   HWND hwndParent
);

Parameters

hwndParent

Type: HWND

[in] Parent window

Return Value

For a description of return values, see Return Values.

Remarks

The plug-in should show a dialog box that can provide information about the plug-in author. It should also be used to allow the user to modify any settings for the plug-in.

Requirements

Header: IE_PlugIn.h

See also: