IXtfDeployCallback::OnDeployExtraFileRemoved Method

Callback invoked to report that an extra file on the console has been removed.

Files are removed from the remote console when fRemoveExtraFiles is TRUE in a call to Deploy.

This callback is invoked once for each file that is deleted.

Syntax

public:
HRESULT OnDeployExtraFileRemoved(
         LPCWSTR pszFilePath
)  

Parameters

pszFilePath
Type: LPCWSTR 

Path to the extra file that was removed.

Return value

Type: HRESULT 

Return S_OK to continue deployment, or a failure HRESULT to cancel the deployment.

Requirements

Header: Declared in xtfapplication.h.

Library: Use xtfapplication.lib.