SPFILENOTIFY_ENDSUBQUEUE

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.

QuickInfo

  Windows NT: Use version 4.0 and later.
  Windows: Use Windows 95 and later.
  Windows CE: Unsupported.
  Header: Declared in setupapi.h.

See Also

Overview, Notifications, SetupCommitFileQueue, SetupDefaultQueueCallback