Searched refs:m_hFile (Results 1 – 1 of 1) sorted by relevance
1458 long m_hFile; member1539 o_pFindInfo->m_hFile = _findfirst( sSearchString, &o_pFindInfo->m_stFindData ); in K_FindFileFirst()1541 if ( o_pFindInfo->m_hFile == -1 ) in K_FindFileFirst()1619 if ( _findnext( io_pFindInfo->m_hFile, &io_pFindInfo->m_stFindData ) != 0 ) in K_FindFileNext()1664 _findclose( io_pFindInfo->m_hFile ); in K_FindFileClose()