Home | History | Annotate | Download | only in apps

Lines Matching refs:hList

3028 	HANDLE		hList;
3042 hList = FindFirstFile(FileData.cFileName,&FileData);
3044 hList = FindFirstFile(name,&FileData);
3046 if (hList == INVALID_HANDLE_VALUE) return -1;
3047 FindClose(hList);