Home
last modified time | relevance | path

Searched refs:pWndprev (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeash.cpp703 CWnd* pWndprev; in FirstInstance() local
707 pWndprev = CWnd::FindWindow(_T("LEASH.0WNDCLASS"), NULL); in FirstInstance()
708 if (pWndprev) in FirstInstance()
711 pWndchild = pWndprev->GetLastActivePopup(); in FirstInstance()
713 if (pWndprev->IsIconic()) in FirstInstance()
714 pWndprev->ShowWindow(SW_RESTORE); in FirstInstance()