IInkRecognizer::get_Capabilities method (msinkaut.h)
Gets the capabilities of the IInkRecognizer object.
This property is read-only.
Syntax
HRESULT get_Capabilities(
InkRecognizerCapabilities *CapabilitiesFlags
);
Parameters
CapabilitiesFlags
Return value
None
Remarks
A recognizer's capabilities are defined in the InkRecognizerCapabilities enumeration, and they include whether the recognizer supports character Autocomplete; whether it supports free, lined, or boxed input; and so on. For a complete list of recognizer capabilities, see the InkRecognizerCapabilities enumeration.
To determine if a recognizer has a particular capability, use a bitwise comparison operator to check for that capability.
For information about how to request various recognizer capabilities, or modes, see the Guide property of the RecognizerContext object.
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 |