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.
public:
HRESULT OnDeployExtraFileRemoved(
LPCWSTR pszFilePath
)
pszFilePath
Type: LPCWSTRÂ
Path to the extra file that was removed.
Type: HRESULTÂ
Return S_OK to continue deployment, or a failure HRESULT to cancel the deployment.
Header: Declared in xtfapplication.h.
Library: Use xtfapplication.lib.