IInkRecognizer2::get_Id method (msinkaut.h)
Retrieves the ID for the InkRecognizer.
Syntax
HRESULT get_Id(
[out] BSTR *pbstrId
);
Parameters
[out] pbstrId
A BSTR containing the ID of the recognizer.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
To access this method, first create and instance of the InkRecognizerContext Class, then call QueryInterface to get a pointer to the IInkRecognizer2 Interface. Use this pointer to call the get_Id method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | msinkaut.h |
Library | InkObj.dll |