extern "C" __declspec(dllexport) int Unload(void) { TRACE("Unloading Clist Modern\r\n"); if (IsWindow(pcli->hwndContactList)) DestroyWindow(pcli->hwndContactList); pcli->hwndContactList = NULL; ToolbarButtonUnloadModule(); BackgroundsUnloadModule(); SkinEngineUnloadModule(); XPThemesUnloadModule(); UnloadAvatarOverlayIcon(); UninitSkinHotKeys(); FreeRowCell(); EventArea_UnloadModule(); TRACE("Unloading Clist Modern COMPLETE\r\n"); return 0; }
PLUGININTERFACE int Unload(void) { TRACE("Unloading Clist Modern\r\n"); if (IsWindow(pcli->hwndContactList)) DestroyWindow(pcli->hwndContactList); pcli->hwndContactList=NULL; UnhookAll(); BackgroundsUnloadModule(); SkinEngineUnloadModule(); XPThemesUnloadModule(); UnloadAvatarOverlayIcon(); UninitSkinHotKeys(); FreeRowCell(); EventArea_UnloadModule(); TRACE("Unloading Clist Modern COMPLETE\r\n"); return 0; }