5/13/2011

This interface is the primary interface that is used by the Device Imaging service to signal device imaging components to initialize, begin, suspend, and terminate deployments.

Note:
Your device imaging component must implement this interface.

Methods

The following table shows the methods in the IImageDeploymentHandlerinterface.

Method

Description

IImageDeploymentHandler::BeginImageDeployment

Begins a device imaging deployment.

IImageDeploymentHandler::GetPluginName

Returns the name of the device imaging component.

IImageDeploymentHandler::GetPluginBrandingImage

Returns a byte array that contains the branding image for the device imaging component.

IImageDeploymentHandler::Initialize

Initializes a device imaging deployment.

IImageDeploymentHandler::RemoteServerNames

Returns the network names of the remote servers that host a device imaging solution.

IImageDeploymentHandler::SuspendImageDeployment

Suspends a device imaging deployment that is in progress.

IImageDeploymentHandler::TerminateImageDeployment

Terminates a device imaging deployment.

IImageDeploymentHandler::ValidateImage

Validates an image string identifier.

See Also