pszFile
(
PSZ
) - input
Address of the name of the file to be deleted.
ulrc
(
APIRET
) - returns
Return Code.
DosDelete returns one of the following values:
NO_ERROR 2
ERROR_FILE_NOT_FOUND
3
ERROR_PATH_NOT_FOUND
5
ERROR_ACCESS_DENIED
26
ERROR_NOT_DOS_DISK
32
ERROR_SHARING_VIOLATION
36
ERROR_SHARING_BUFFER_EXCEEDED
87
ERROR_INVALID_PARAMETER
206
ERROR_FILENAME_EXCED_RANGE
For a full list of error codes, see
Errors
.
[Back]
[Next]