Home | History | Annotate | Download | only in apps

Lines Matching refs:hList

3021 	HANDLE		hList;
3035 hList = FindFirstFile(FileData.cFileName,&FileData);
3037 hList = FindFirstFile(name,&FileData);
3039 if (hList == INVALID_HANDLE_VALUE) return -1;
3040 FindClose(hList);