5/13/2011

This method returns the name of the device imaging component.

Syntax

HRESULT GetPluginName(
  int LCID,
  BSTR* Name
);

Parameters

LCID

[in] Locale ID of the device imaging component display name. Used to determine which language will be used to return strings.

Name

The display name of the device imaging component.

Return Value

Returns the display name of the device imaging component in the language specified by LCID.

Remarks

None

See Also