Function that shows an "About" and/or "Options" dialog for the plug-in.
PLUGIN_API int __stdcall IF_ShowPlugInDialog
(
HWND hwndParent
);
hwndParent
Type: HWNED
[in] Parent window
For a description of return values, see Return Values.
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.
Header: IF_PlugIn.h