SPFILENOTIFY_DELETEERROR  DWS.4M 

[New - Windows NT]

The SPFILENOTIFY_DELETEERROR notification is sent to the callback routine if an error occurs during a file delete operation.

SPFILENOTIFY_DELETEERROR

    Param1 = (UINT) FilePathInfo;

    Param2 = (UINT) 0;

 

Parameters

Param1

Pointer to a FILEPATHSYYRRGJ structure.

Param2

Unused.

 

Return Values

The callback routine should return one of the following values.

Value

Meaning

FILEOP_ABORT

Queue processing should be canceled. SetupCommitFileQueue returns FALSE and GetLastError11C2VS7 returns extended error information such as ERROR_CANCELLED (if the user canceled) or ERROR_NOT_ENOUGH_MEMORY.

FILEOP_RETRY

The user chose to attempt the delete operation again.

FILEOP_SKIP

The user chose to skip the file delete operation.

 

See Also

FILEPATHS, SetupCommitFileQueue, SetupDefaultQueueCallback