Searched refs:pCT32S (Results 1 – 1 of 1) sorted by relevance
570 tCT32S pCT32S = NULL; in GetModuleListTH32() local585 pCT32S = (tCT32S)GetProcAddress(hToolhelp, "CreateToolhelp32Snapshot"); in GetModuleListTH32()588 if ((pCT32S != NULL) && (pM32F != NULL) && (pM32N != NULL)) in GetModuleListTH32()597 hSnap = pCT32S(TH32CS_SNAPMODULE, pid); in GetModuleListTH32()