Пример #1
0
DLLCLBK void ExitModule (HINSTANCE hDLL)
{
	// Unregister window classes
	UnregisterClass ("ExtMFD_Display", g_hInst);
	UnregisterClass ("ExtMFD_Button", g_hInst);

	// Free bitmap resources
	DeleteObject (g_hPin);

	// Unregister the custom function in Orbiter
	oapiUnregisterCustomCmd (g_dwCmd);
}
Пример #2
0
MGAFinder::~MGAFinder() {
	oapiUnregisterCustomCmd(dwCmd);
}