IXtfDeployCallback::OnDeployInitialized Method

Callback invoked when deploy is beginning.

This callback is invoked to indicate that the deployment system has successfully initialized and is beginning the deployment process. If your code needs to store a starting time to measure deployment time, or to initialize a progress dialog, this is a good place to do it.

Syntax

public:
HRESULT OnDeployInitialized()  

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.