Callback invoked when an extra file has been detected.
Called once for every file found on the console that is not on the deploying PC.
public:
HRESULT OnDeployExtraFileDetected(
LPCWSTR pszFilePath
)
pszFilePath
Type: LPCWSTRÂ
The absolute path to the extra file, on the console.
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.