void _stdcall AboutPlugin(void);
In the function AboutPlugin(), the plugin should create an about box (whatever you want).
Important Note: In order for DLL Deity to recognize that you have a About Box, you need to set SPLUGINTYPE.lExtra, that your plugin returns in InitializePlugin() equal to ABOUTBOX.
Please refer to section 4.1 "EPFLAGS" for more information.