SPFILENOTIFY_ENDQUEUE

The SPFILENOTIFY_ENDQUEUE notification is sent to the callback routine when all of the queued operations have been completed.

SPFILENOTIFY_ENDQUEUE
    Param1 = (UINT) Result;
    Param2 = (UINT) 0;
 

Parameters

Param1
TRUE if the queue was processed successfully, FALSE otherwise.
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