Searched refs:m_hPsapi (Results 1 – 3 of 3) sorted by relevance
251 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()
48 HINSTANCE CLeashApp::m_hPsapi = 0; member in CLeashApp108 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()
109 static HINSTANCE m_hPsapi; variable