Esempio n. 1
0
/** Prepare the plugin to stop
* Called by Miranda when it will exit or when the plugin gets deselected
*/
__declspec(dllexport)int Unload(void)
{
    // see also meta_services.c, Meta_PreShutdown
    Meta_CloseHandles();
    //MessageBox(0, "Unload complete", "MC", MB_OK);
    return 0;
}
Esempio n. 2
0
void UnloadMetacontacts(void)
{
	Meta_CloseHandles();
}