Skip to content

Latest commit

 

History

History
82 lines (44 loc) · 1.88 KB

spfilenotify-endcopy.md

File metadata and controls

82 lines (44 loc) · 1.88 KB
description ms.assetid title ms.topic ms.date
The SPFILENOTIFY\_ENDCOPY notification is passed to the callback function when the queue completes a copy operation. This notification is sent even if the user cancels or if an error occurs.
d58dc397-8803-466c-9069-728faf2c2030
SPFILENOTIFY_ENDCOPY message (Setupapi.h)
reference
05/31/2018

SPFILENOTIFY_ENDCOPY message

The SPFILENOTIFY_ENDCOPY notification is passed to the callback function when the queue completes a copy operation. This notification is sent even if the user cancels or if an error occurs.

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

Parameters

Param1

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

Param2

Unused.

Return value

The return code 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

FILEPATHS

SetupCommitFileQueue

SetupDefaultQueueCallback