Lines Matching refs:dll
462 /* We will convert this to "%s.dll" */
472 sprintf(translated, "%s.dll", filename);
505 HMODULE dll;
522 dll = LoadLibrary(TEXT(DLLNAME));
523 if (dll == NULL) {
529 GetProcAddress(dll, "CreateToolhelp32Snapshot");
531 FreeLibrary(dll);
538 GetProcAddress(dll, "CloseToolhelp32Snapshot");
542 module_first = (MODULE32) GetProcAddress(dll, "Module32First");
543 module_next = (MODULE32) GetProcAddress(dll, "Module32Next");
551 FreeLibrary(dll);
560 FreeLibrary(dll);
570 FreeLibrary(dll);
604 FreeLibrary(dll);
610 HMODULE dll;
621 dll = LoadLibrary(TEXT(DLLNAME));
622 if (dll == NULL) {
628 GetProcAddress(dll, "CreateToolhelp32Snapshot");
630 FreeLibrary(dll);
637 GetProcAddress(dll, "CloseToolhelp32Snapshot");
641 module_first = (MODULE32) GetProcAddress(dll, "Module32First");
642 module_next = (MODULE32) GetProcAddress(dll, "Module32Next");
646 FreeLibrary(dll);
655 FreeLibrary(dll);
662 FreeLibrary(dll);
668 FreeLibrary(dll);