IXtfDeployCallback::OnDeployChangeEvaluation Method

Callback invoked when XTF is evaluating which files need to be transferred or deleted.

Note that if you are deploying a game or app that has not been registered on the target console, then all files must be deployed, and this callback will not be invoked at all.

Syntax

public:
HRESULT OnDeployChangeEvaluation(
         ULONGLONG ullFilesProcessed,
         ULONGLONG ullTotalFiles
)  

Parameters

ullFilesProcessed
Type: ULONGLONG 

Number of files that have been evaluated so far.

ullTotalFiles
Type: ULONGLONG 

Total number of files to be evaluated.

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.