Returns the unique hardware identifier.
[C/C++]
HRESULT GetHardwareID(
BSTR* bstr
);
[Visual Basic]
object.GetHardwareID(
ByRef bstr As String
)
[C#]
void ITextGRABSDK.GetHardwareID(
ref string bstr
);
Parameters
- bstr
- [out] receives hardware ID.
Return Value(s)
Return Value(s) | Definitions |
---|---|
S_OK | (0x00000000) Operation was completed successfully. |
E_FAIL | (0x80004005) Error. |