5/13/2011

The method initializes a device imaging deployment.

Syntax

HRESULT Initialize(
  const IImageDeploymentManager* ImageDeploymentManager
);

Parameters

ImageDeploymentManager

Pointer to an instance of the IImageDeploymentManagerinterface.

Return Values

None

Remarks

The pointer to the IImageDeploymentManagerinterface is used by the device imaging component to query for additional information about the deployment, each targeted device, and to check the status for each targeted device.

Important:
The instance of the IImageDeploymentManagerinterface should not be saved and used outside the scope of the device imaging component instance; for example, as a static instance.

See Also