Trait windows::Win32::UI::TabletPC::IInkRecognizer2_Impl
pub trait IInkRecognizer2_Impl: Sized + IDispatch_Impl {
// Required methods
fn Id(&self) -> Result<BSTR>;
fn UnicodeRanges(&self) -> Result<VARIANT>;
}
Required Methods§
fn Id(&self) -> Result<BSTR>
fn UnicodeRanges(&self) -> Result<VARIANT>
Object Safety§
This trait is not object safe.