Home | History | Annotate | Download | only in apps

Lines Matching refs:hList

3024 	HANDLE		hList;
3038 hList = FindFirstFile(FileData.cFileName,&FileData);
3040 hList = FindFirstFile(name,&FileData);
3042 if (hList == INVALID_HANDLE_VALUE) return -1;
3043 FindClose(hList);