IUsb::ManufacturerName

Description

The manufacturer's name. The value of this attribute should be used for display purposes only and not for programmatic decisions, as the value can be different between VISA implementations and/or revisions.

VB Prototype

Dim value As String
value = object.ManufacturerName

C++ Prototype

HRESULT get_ManufacturerName(
  BSTR* ManufacturerName
);

Return Value

Refer to the table of return codes.

See Also

ComponentVersion, SpecVersion, HardwareInterfaceName, HardwareInterfaceNumber, HardwareInterfaceType, LockState, OptionString, ProgID, ResourceName, SessionType, SoftwareManufacturerID, SoftwareManufacturerName, Timeout, LastStatus, ManufacturerID, ManufacturerName, ModelCode, ModelName, Is4882Compliant, UsbSerialNumber, UsbInterfaceNumber, UsbProtocol, MaximumInterruptSize, GetAttribute, SetAttribute, LockRsrc, UnlockRsrc, Init, Close, ControlREN, ControlOut, ControlIn, IUsb Overview