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