SPFILENOTIFY_STARTRENAME
[New
- Windows NT]
The
SPFILENOTIFY_STARTRENAME notification is sent to the callback function when the
queue starts a file rename operation.
SPFILENOTIFY_STARTRENAME
Param1 =
(UINT) FilePathInfo;
Param2 =
(UINT) Operation;
Parameters
Param1
Pointer to a FILEPATHS
Param2
Always has
the value FILEOP_RENAME.
Return Values
The callback
routine should return one of the following values.
Value |
Meaning |
FILEOP_ABORT |
Abort the
queue commit. The callback routine should call SetLastError |
FILEOP_DOIT |
Perform the
file copy operation. |
FILEOP_SKIP |
Skip the
current copy operation. |
See Also