Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashAboutBox.cpp251 if (!CLeashApp::m_hToolHelp32 && !CLeashApp::m_hPsapi) in OnInitDialog()
260 if (!CLeashApp::m_hPsapi) in OnInitDialog()
296 if (!CLeashApp::m_hToolHelp32 && !CLeashApp::m_hPsapi) in OnAllModules()
301 if (!CLeashApp::m_hPsapi) in OnAllModules()
312 if (!CLeashApp::m_hToolHelp32 && !CLeashApp::m_hPsapi) in OnLeashModules()
317 if (!CLeashApp::m_hPsapi) in OnLeashModules()
H A DLeash.cpp48 HINSTANCE CLeashApp::m_hPsapi = 0; member in CLeashApp
108 AfxFreeLibrary(m_hPsapi); in ~CLeashApp()
597 m_hPsapi = AfxLoadLibrary(PSAPIDLL); in InitDLLs()
665 AfxFreeLibrary(m_hPsapi); in InitDLLs()
666 m_hPsapi = NULL; in InitDLLs()
680 if (!m_hPsapi || in InitDLLs()
H A DLeash.h109 static HINSTANCE m_hPsapi; variable