Function that shows an "About" and/or "Options" dialog for the plug-in.
PLUGIN_API int __stdcall CX_ShowPlugInDialog
(
HWND hwndParent
);
hwndParent
Type: HWND
[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: CX_PlugIn.h