Lines Matching refs:ERROR_FILE_NOT_FOUND
165 folder\ - ERROR_FILE_NOT_FOUND
166 \ - ERROR_FILE_NOT_FOUND
167 c:\ - ERROR_FILE_NOT_FOUND
168 c: - ERROR_FILE_NOT_FOUND, if current dir is ROOT ( c:\ )
181 \\Server\Share\ - ERROR_FILE_NOT_FOUND
185 \\?\UNC\Server\Share\ - ERROR_FILE_NOT_FOUND
190 e:\* - ERROR_FILE_NOT_FOUND, if there are no items in that root folder
399 C:\folderBad - ERROR_FILE_NOT_FOUND
545 ::SetLastError(ERROR_FILE_NOT_FOUND);
570 if (lastError == ERROR_FILE_NOT_FOUND
813 // we support the case for empty root folder: FindFirstFile("c:\\*") returns ERROR_FILE_NOT_FOUND
814 if (lastError == ERROR_FILE_NOT_FOUND)