IXtfDeployCallback::OnDeployExtraFileDetected Method

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.

Syntax

public:
HRESULT OnDeployExtraFileDetected(
         LPCWSTR pszFilePath
)  

Parameters

pszFilePath
Type: LPCWSTR 

The absolute path to the extra file, on the console.

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.