CWinApp::m_hPrevInstance
Remarks
Corresponds to the hPrevInstance parameter passed by Windows to WinMain.
The m_hPrevInstance data member is always set to NULL in a Win32 application. To find previous instances of an application, use CWnd::FindWindow.