int __declspec(dllexport) Unload(void) { DestroySendQueue(); if (pTaskbarInterface) pTaskbarInterface->lpVtbl->Release(pTaskbarInterface); return OnUnloadModule(); }
extern "C" __declspec(dllexport) int Unload(void) { DestroySendQueue(); if (pTaskbarInterface) pTaskbarInterface->Release(); return OnUnloadModule(); }