Searched refs:hFind (Results 1 – 1 of 1) sorted by relevance
122 HANDLE hFind; in GetAssetList() local123 … if ((hFind = FindFirstFile(dirPath.append("\\*").c_str(), &fileInfo)) != INVALID_HANDLE_VALUE) { in GetAssetList()128 } while (FindNextFile(hFind, &fileInfo) != 0); in GetAssetList()129 FindClose(hFind); in GetAssetList()