Symbol: CLeashApp
crypto/krb5/src/windows/leash/Leash.cpp
1068
CLeashApp::ObtainTicketsViaUserIfNeeded(HWND hWnd)
crypto/krb5/src/windows/leash/Leash.cpp
1097
CLeashApp::GetNumOfIpAddrs(void)
crypto/krb5/src/windows/leash/Leash.cpp
1122
CLeashApp::IpAddrChangeMonitor(void * hWnd)
crypto/krb5/src/windows/leash/Leash.cpp
1153
CLeashApp::IpAddrChangeMonitorInit(HWND hWnd)
crypto/krb5/src/windows/leash/Leash.cpp
1160
CLeashApp::InitWorker(void * hWnd)
crypto/krb5/src/windows/leash/Leash.cpp
1180
CLeashApp::WinHelp(DWORD dwData, UINT nCmd)
crypto/krb5/src/windows/leash/Leash.cpp
119
CLeashApp theApp;
crypto/krb5/src/windows/leash/Leash.cpp
1196
BOOL CLeashApp::OnIdle(LONG lCount)
crypto/krb5/src/windows/leash/Leash.cpp
124
void CLeashApp::ParseParam (LPCTSTR lpszParam,BOOL bFlag,BOOL bLast)
crypto/krb5/src/windows/leash/Leash.cpp
143
BOOL CLeashApp::InitInstance()
crypto/krb5/src/windows/leash/Leash.cpp
43
HWND CLeashApp::m_hProgram = 0;
crypto/krb5/src/windows/leash/Leash.cpp
44
HINSTANCE CLeashApp::m_hLeashDLL = 0;
crypto/krb5/src/windows/leash/Leash.cpp
45
HINSTANCE CLeashApp::m_hComErr = 0;
crypto/krb5/src/windows/leash/Leash.cpp
46
HINSTANCE CLeashApp::m_hKrb5DLL = 0;
crypto/krb5/src/windows/leash/Leash.cpp
47
HINSTANCE CLeashApp::m_hKrb5ProfileDLL= 0;
crypto/krb5/src/windows/leash/Leash.cpp
48
HINSTANCE CLeashApp::m_hPsapi = 0;
crypto/krb5/src/windows/leash/Leash.cpp
49
HINSTANCE CLeashApp::m_hToolHelp32 = 0;
crypto/krb5/src/windows/leash/Leash.cpp
50
krb5_context CLeashApp::m_krbv5_context = 0;
crypto/krb5/src/windows/leash/Leash.cpp
51
profile_t CLeashApp::m_krbv5_profile = 0;
crypto/krb5/src/windows/leash/Leash.cpp
52
HINSTANCE CLeashApp::m_hKrbLSA = 0;
crypto/krb5/src/windows/leash/Leash.cpp
53
int CLeashApp::m_useRibbon = TRUE;
crypto/krb5/src/windows/leash/Leash.cpp
54
BOOL CLeashApp::m_bUpdateDisplay = FALSE;
crypto/krb5/src/windows/leash/Leash.cpp
587
BOOL CLeashApp::InitDLLs()
crypto/krb5/src/windows/leash/Leash.cpp
60
BEGIN_MESSAGE_MAP(CLeashApp, CWinApp)
crypto/krb5/src/windows/leash/Leash.cpp
70
CLeashApp::CLeashApp()
crypto/krb5/src/windows/leash/Leash.cpp
701
BOOL CLeashApp::FirstInstance()
crypto/krb5/src/windows/leash/Leash.cpp
727
CLeashApp::ValidateConfigFiles()
crypto/krb5/src/windows/leash/Leash.cpp
89
CLeashApp::~CLeashApp()
crypto/krb5/src/windows/leash/Leash.cpp
941
CLeashApp::GetProfileFile(
crypto/krb5/src/windows/leash/Leash.cpp
983
CLeashApp::ProbeKDC(void)
crypto/krb5/src/windows/leash/Leash.h
117
CLeashApp();
crypto/krb5/src/windows/leash/Leash.h
118
virtual ~CLeashApp();
crypto/krb5/src/windows/leash/Leash.h
153
extern CLeashApp theApp;
crypto/krb5/src/windows/leash/Leash.h
91
class CLeashApp : public CWinAppEx
crypto/krb5/src/windows/leash/LeashAboutBox.cpp
251
if (!CLeashApp::m_hToolHelp32 && !CLeashApp::m_hPsapi)
crypto/krb5/src/windows/leash/LeashAboutBox.cpp
260
if (!CLeashApp::m_hPsapi)
crypto/krb5/src/windows/leash/LeashAboutBox.cpp
296
if (!CLeashApp::m_hToolHelp32 && !CLeashApp::m_hPsapi)
crypto/krb5/src/windows/leash/LeashAboutBox.cpp
301
if (!CLeashApp::m_hPsapi)
crypto/krb5/src/windows/leash/LeashAboutBox.cpp
312
if (!CLeashApp::m_hToolHelp32 && !CLeashApp::m_hPsapi)
crypto/krb5/src/windows/leash/LeashAboutBox.cpp
317
if (!CLeashApp::m_hPsapi)
crypto/krb5/src/windows/leash/LeashAboutBox.cpp
330
if (!CLeashApp::m_hKrb5DLL)
crypto/krb5/src/windows/leash/LeashView.cpp
1095
if (CLeashApp::m_hKrb5DLL && !CLeashApp::m_krbv5_profile)
crypto/krb5/src/windows/leash/LeashView.cpp
1098
if (CLeashApp::GetProfileFile(confname, sizeof(confname)))
crypto/krb5/src/windows/leash/LeashView.cpp
1107
pprofile_init(filenames, &CLeashApp::m_krbv5_profile);
crypto/krb5/src/windows/leash/LeashView.cpp
1135
else if ( CLeashApp::m_hKrb5DLL )
crypto/krb5/src/windows/leash/LeashView.cpp
1148
if (CLeashApp::m_hKrb5DLL && ticketinfo.Krb5.btickets) {
crypto/krb5/src/windows/leash/LeashView.cpp
1294
if( CLeashApp::m_hProgram != 0 )
crypto/krb5/src/windows/leash/LeashView.cpp
1296
m_hMenu = ::GetMenu(CLeashApp::m_hProgram);
crypto/krb5/src/windows/leash/LeashView.cpp
1460
CLeashApp::m_bUpdateDisplay = TRUE;
crypto/krb5/src/windows/leash/LeashView.cpp
1696
if (!CLeashApp::m_hKrb5DLL)
crypto/krb5/src/windows/leash/LeashView.cpp
1766
!CLeashApp::m_hKrb5DLL)
crypto/krb5/src/windows/leash/LeashView.cpp
1824
CLeashApp::m_hProgram = ::FindWindow(_T("LEASH.0WNDCLASS"), NULL);
crypto/krb5/src/windows/leash/LeashView.cpp
1979
if (CLeashApp::m_hKrb5DLL)
crypto/krb5/src/windows/leash/LeashView.cpp
2121
::SetWindowText(CLeashApp::m_hProgram, strTimeDate);
crypto/krb5/src/windows/leash/LeashView.cpp
2123
if (CLeashApp::m_hKrb5DLL) {
crypto/krb5/src/windows/leash/LeashView.cpp
2234
if (CLeashApp::m_hKrb5DLL)
crypto/krb5/src/windows/leash/LeashView.cpp
545
if (!CLeashApp::m_hKrb5DLL)
crypto/krb5/src/windows/leash/LeashView.cpp
718
CLeashApp::m_bUpdateDisplay = TRUE;
crypto/krb5/src/windows/leash/LeashView.cpp
724
if ( !CLeashApp::m_hKrb5DLL )
crypto/krb5/src/windows/leash/LeashView.cpp
742
if ( !CLeashApp::m_hKrb5DLL )
crypto/krb5/src/windows/leash/LeashView.cpp
843
CLeashApp::m_bUpdateDisplay = TRUE;
crypto/krb5/src/windows/leash/MainFrm.cpp
156
if ((!CLeashApp::m_useRibbon) &&
crypto/krb5/src/windows/leash/MainFrm.cpp
182
if (!CLeashApp::m_useRibbon) {
crypto/krb5/src/windows/leash/MainFrm.cpp
95
if (CLeashApp::m_useRibbon) {