Declaration

Visual C#:

string GetManufacturer();

Visual C++:

CString GetManufacturer();

Visual Basic:

Private Sub GetManufacturer As String

Delphi:

function GetManufacturer : String;

Return Value

Return the manufacturer if the operation was successful; otherwise return empty.

Remarks

Read the manufacturer name of the device.

See Also