SPFILENOTIFY_ENDSUBQUEUE
[New
- Windows NT]
The
SPFILENOTIFY_ENDSUBQUEUE notification is sent to the callback function when the
queue completes all the operations in the delete, rename, or copy subqueue.
SPFILENOTIFY_ENDSUBQUEUE
Param1 =
(UINT) SubQueue;
Param2 =
(UINT) 0;
Parameters
Param1
Specifies
which subqueue has been completed. This parameter can be one of the following
values FILEOP_DELETE, FILEOP_RENAME, or FILEOP_COPY.
Param2
Unused.
Return Values
The return
value is ignored.
See Also