SPFILENOTIFY_ENDQUEUE message

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 value

The return value is ignored.

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

SetupCommitFileQueue

SetupDefaultQueueCallback