Searched refs:foundExtension (Results 1 – 1 of 1) sorted by relevance
241 LPCWSTR foundExtension = ::PathFindExtension(tempPath); in createGlobalHDropContent() local242 if (foundExtension) { in createGlobalHDropContent()243 if (wcscpy_s(extension, MAX_PATH, foundExtension)) in createGlobalHDropContent()