SPFILENOTIFY_STARTCOPY  1MRD7NX 

[New - Windows NT]

The SPFILENOTIFY_STARTCOPY notification is sent to the callback function when the queue starts a file copy operation.

SPFILENOTIFY_STARTCOPY

    Param1 = (UINT) FilePathInfo;

    Param2 = (UINT) Operation;

 

Parameters

Param1

Pointer to a FILEPATHSYYRRGJ structure.

Param2

Always has the value FILEOP_COPY.

 

Return Values

The callback routine should return one of the following values.

Value

Meaning

FILEOP_ABORT

Abort the queue commit process. The callback routine should call SetLastError34N8_RG to indicate the reason for termination. The SetupCommitFileQueue function returns FALSE and a subsequent call to GetLastError11C2VS7 returns the error code set by the callback routine during the call to SetLastError34N8_RG.

FILEOP_DOIT

Perform the file copy operation.

FILEOP_SKIP

Skip the current copy operation.

 

See Also

FILEPATHS, SetupCommitFileQueue, SetupDefaultQueueCallback