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.
public:
HRESULT OnDeployChangeEvaluation(
ULONGLONG ullFilesProcessed,
ULONGLONG ullTotalFiles
)
ullFilesProcessed
Type: ULONGLONG
Number of files that have been evaluated so far.
ullTotalFiles
Type: ULONGLONG
Total number of files to be evaluated.
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.