Callback invoked when deployment metrics are reported.
This callback is invoked once at the end of the deployment evaluation process,
public:
HRESULT OnDeployMetrics(
ULONGLONG ullTotalFiles,
ULONGLONG ullTotalBytes
)
ullTotalFiles
Type: ULONGLONG
Number of files that will be deployed.
ullTotalBytes
Type: ULONGLONG
Number of bytes that will be transferred during deployment.
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.