Lines Matching full:lpfilename
263 HMODULE LoadLibrarySafe(LPCTSTR lpFileName)290 if (res + 1 + _tcslen(lpFileName) + 1 < MAX_PATH)294 memcpy(&fullFileName[res + 1], lpFileName, (_tcslen(lpFileName) + 1) * sizeof(TCHAR));