Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leash/
H A DLeash.h103 static HWND m_hProgram;
H A DLeashView.cpp1294 if( CLeashApp::m_hProgram != 0 ) in OnActivateView()
1296 m_hMenu = ::GetMenu(CLeashApp::m_hProgram); in OnActivateView()
1824 CLeashApp::m_hProgram = ::FindWindow(_T("LEASH.0WNDCLASS"), NULL); in OnInitialUpdate()
2121 ::SetWindowText(CLeashApp::m_hProgram, strTimeDate); in PreTranslateMessage()
H A DLeash.cpp43 HWND CLeashApp::m_hProgram = 0; member in CLeashApp