The SPFILENOTIFY_RENAMEERROR notification is sent to the callback routine if an error occurs during a file rename operation.
SPFILENOTIFY_RENAMEERROR
Param1 = (UINT) FilePathInfo;
Param2 = (UINT) 0;
The callback routine should return one of the following.
Value | Meaning |
---|---|
FILEOP_RETRY | The user chose to attempt the rename operation again. |
FILEOP_SKIP | The user chose to skip the file rename operation. |
FILEOP_ABORT | Stop the queue commit. SetupCommitFileQueue returns FALSE. GetLastError returns extended error information such as ERROR_CANCELLED (if the user canceled) or ERROR_NOT_ENOUGH_MEMORY. |
Windows NT: Use version 4.0 and later.
Windows: Use Windows 95 and later.
Windows CE: Unsupported.
Header: Declared in setupapi.h.
Overview, Notifications, FILEPATHS, SetupCommitFileQueue, SetupDefaultQueueCallback