Exemplo n.º 1
0
extern "C"  __declspec(dllexport) int Unload()
{
	nSystemShutdown(0, 0);
	if (hwndStatsticView)
		DestroyWindow(hwndStatsticView);
	return 0;
}
Exemplo n.º 2
0
	extern "C"  __declspec(dllexport) int Unload() {
		nSystemShutdown(0, 0);
		return 0;
	}