Platform SDK: Installing Applications/Setup

SPFILENOTIFY_ENDDELETE

The SPFILENOTIFY_ENDDELETE notification is returned to the callback routine when a queue completes a delete operation. This notification is sent even if the user cancels or if an error occurs.

SPFILENOTIFY_ENDDELETE
    Param1 = (UINT) FilePathInfo;
    Param2 = (UINT) 0;

Parameters

Param1
Pointer to a FILEPATHS structure. The Win32Error member of the FILEPATHS structure indicates the outcome of a copy operation.
Param2
Unused.

Return Values

The return code is ignored.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in Setupapi.h.

See Also

Overview, Notifications, FILEPATHS, SetupCommitFileQueue, SetupDefaultQueueCallback