IXtfDeployCallback::OnDeployError Method

Callback invoked when deployment has encountered an error.

OnDeployError is not used by the current implementation, but is reserved for future use.

Syntax

public:
HRESULT OnDeployError(
         HRESULT hrError
)  

Parameters

hrError
Type: HRESULT 

An error HRESULT describing the error encountered in deployment.

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.