5/13/2011

This method gets the network names of the remote servers that host a device imaging solution.

Syntax

HRESULT RemoteServerNames(
  SAFEARRAY(BSTR) *RemoteServerNames
);

Parameters

RemoteServerNames

[out]Array that contains remote server names.

Return Value

A return value of zero indicates that the branding image was returned successfully. Any other value indicates failure.

Remarks

This method is optional because the device imaging solution can be hosted on the same computer that hosts the Configuration Manager console.

This method is not validated and can pass other information to the device imaging component.

See Also