Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the IInkRecognizer object at the specified index within the InkRecognizers collection.
Syntax
HRESULT Item(
[in] long Index,
[out, retval] IInkRecognizer **InkRecognizer
);
Parameters
[in] Index
The zero-based index of the IInkRecognizer object to get.
[out, retval] InkRecognizer
When this method returns, contains a pointer to the IInkRecognizer object at the specified index within the InkRecognizers collection.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
A parameter contained an invalid pointer. |
|
An unspecified error occurred. |
|
Invalid GUID format. |
|
One of the parameters is not a valid VARIANT type. |
|
Invalid argument. |
|
Unexpected parameter or property type. |
|
Type object not registered. |
|
Cannot allocate memory to complete the operation. |
|
An exception occurred inside the method. |
|
The recognizers registry key is corrupted or your environment does not support handwriting recognition. |
Remarks
An error occurs if the index doesn't match any existing member of the collection.
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 |