Searched refs:hToolhelp (Results 1 – 1 of 1) sorted by relevance
569 HINSTANCE hToolhelp = NULL; in GetModuleListTH32() local582 hToolhelp = LoadLibrary(dllname[i]); in GetModuleListTH32()583 if (hToolhelp == NULL) in GetModuleListTH32()585 pCT32S = (tCT32S)GetProcAddress(hToolhelp, "CreateToolhelp32Snapshot"); in GetModuleListTH32()586 pM32F = (tM32F)GetProcAddress(hToolhelp, "Module32First"); in GetModuleListTH32()587 pM32N = (tM32N)GetProcAddress(hToolhelp, "Module32Next"); in GetModuleListTH32()590 FreeLibrary(hToolhelp); in GetModuleListTH32()591 hToolhelp = NULL; in GetModuleListTH32()594 if (hToolhelp == NULL) in GetModuleListTH32()600 FreeLibrary(hToolhelp); in GetModuleListTH32()[all …]