Lines Matching full:fullpath
626 char fullpath[_MAX_PATH];627 LONG size = sizeof(fullpath);642 fullpath, &size) &&644 fullpath, &size))646 strcat(fullpath, "\\");647 strcat(fullpath, fname);648 return LoadLibrary(fullpath);