Dynamic Plugins - ConfigurePlugin()

Declaration: void _stdcall ConfigurePlugin(void);

In the function ConfigurePlugin(), the plugin should create a form or something with editable configurations. It should also have some way to save the configuration.


Important Note: In order for DLL Deity to recognize that you have a Configuration Menu, you need to set SPLUGINTYPE.lExtra, that your plugin returns in InitializePlugin() equal to CONFIGUREMENU.

Please refer to section 4.1 EPFLAGS for more information.

Back.