Searched refs:InterestingDLLs (Results 1 – 1 of 1) sorted by relevance
187 const char *InterestingDLLs[] = { in InterestingDLLsAvailable() local195 static void *result[ARRAY_SIZE(InterestingDLLs)] = { 0 }; in InterestingDLLsAvailable()197 for (size_t i = 0, j = 0; InterestingDLLs[i]; ++i) { in InterestingDLLsAvailable()198 if (HMODULE h = GetModuleHandleA(InterestingDLLs[i])) in InterestingDLLsAvailable()