IInkAnalysisRecognizer::GetVendor method

Retrieves the vendor name of the IInkAnalysisRecognizer.

Syntax

HRESULT GetVendor(
  [out] BSTR *pbstrVendor
);

Parameters

pbstrVendor [out]

The name of the vendor.

Return value

For a description of the return values, see Classes and Interfaces - Ink Analysis.

Remarks

Caution

To avoid a memory leak, call SysFreeString on *pbstrVendor when you no longer need to use the string.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
IACom.h (also requires IACom_i.c)
DLL
IACom.dll

See also

IInkAnalysisRecognizer

Ink Analysis Reference