void container_window::destroy()
{
	DestroyWindow(wnd_host);
	class_release();
}
Exemplo n.º 2
0
void container_window::destroy() //if destroying someother way, you should make sure you call class_release()  properly
{
	DestroyWindow(wnd_host);
	class_release();
}