CWinApp::m_hPrevInstance

说明:
对应于Windows传递给WinMain的hPrevInstance参数。
在Win32应用程序中,m_hPrevInstance数据成员总是被设为NULL。如果要找到应用程序的先前实例,则应使用CWnd::FindWindow。