Showing content from https://learn.microsoft.com/en-us/windows/win32/setupapi/spfilenotify-deleteerror below:
SPFILENOTIFY_DELETEERROR message (Setupapi.h) - Win32 apps
SPFILENOTIFY_DELETEERROR message
In this article
The SPFILENOTIFY_DELETEERROR notification is sent to the callback routine if an error occurs during a file delete operation.
SPFILENOTIFY_DELETEERROR
Param1 = (UINT) FilePathInfo;
Param2 = (UINT) 0;
Parameters
-
Param1
-
Pointer to a FILEPATHS structure.
-
Param2
-
Unused.
Return value
The callback routine should return one of the following values.
Return code Description
-
FILEOP_ABORT
Queue processing should be canceled. SetupCommitFileQueue returns zero and GetLastError returns extended error information such as ERROR_CANCELLED (if the user canceled) or ERROR_NOT_ENOUGH_MEMORY.
-
FILEOP_RETRY
The user is attempting the delete operation again.
-
FILEOP_SKIP
The user is skipping the file delete operation.
Requirements Requirement Value Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
-
Setupapi.h
See also
-
Overview
-
Notifications
-
FILEPATHS
-
SetupCommitFileQueue
-
SetupDefaultQueueCallback
Additional resources
In this article
Was this page helpful?
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4