ulrc
(
APIRET
) - returns
Return Code.
DosFindFirst returns one of the following values:
NO_ERROR
ERROR_FILE_NOT_FOUND
ERROR_PATH_NOT_FOUND
ERROR_INVALID_HANDLE
18
ERROR_NO_MORE_FILES
26
ERROR_NOT_DOS_DISK
87
ERROR_INVALID_PARAMETER
108
ERROR_DRIVE_LOCKED
111
ERROR_BUFFER_OVERFLOW
113
ERROR_NO_MORE_SEARCH_HANDLES
206
ERROR_FILENAME_EXCED_RANGE
208
ERROR_META_EXPANSION_TOO_LONG
254
ERROR_INVALID_EA_NAME
255
ERROR_EA_LIST_INCONSISTENT
275
ERROR_EAS_DIDNT_FIT
For a full list of error codes, see
Errors
.
[Back]
[Next]