In the function InitializePlugin(), the plugin should do any initialization required. Once initialization is complete, then InitializePlugin() should return a SPLUGTYPE data structure that contains all of the plugin's information.
Refer to section SPLUGINTYPE for more information.
Back.