Struct windows::Win32::UI::TabletPC::IInkCollector
pub struct IInkCollector(/* private fields */);
Implementations§
§impl IInkCollector
impl IInkCollector
pub unsafe fn hWnd(&self) -> Result<isize>
pub unsafe fn SethWnd(&self, newwindow: isize) -> Result<()>
pub unsafe fn Enabled(&self) -> Result<VARIANT_BOOL>
pub unsafe fn SetEnabled<P0>(&self, collecting: P0) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn DefaultDrawingAttributes(&self) -> Result<IInkDrawingAttributes>
pub unsafe fn putref_DefaultDrawingAttributes<P0>(
&self,
newattributes: P0,
) -> Result<()>where
P0: Param<IInkDrawingAttributes>,
pub unsafe fn Renderer(&self) -> Result<IInkRenderer>
pub unsafe fn putref_Renderer<P0>(&self, newinkrenderer: P0) -> Result<()>where
P0: Param<IInkRenderer>,
pub unsafe fn Ink(&self) -> Result<IInkDisp>
pub unsafe fn putref_Ink<P0>(&self, newink: P0) -> Result<()>where
P0: Param<IInkDisp>,
pub unsafe fn AutoRedraw(&self) -> Result<VARIANT_BOOL>
pub unsafe fn SetAutoRedraw<P0>(&self, autoredraw: P0) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn CollectingInk(&self) -> Result<VARIANT_BOOL>
pub unsafe fn CollectionMode(&self) -> Result<InkCollectionMode>
pub unsafe fn SetCollectionMode(&self, mode: InkCollectionMode) -> Result<()>
pub unsafe fn DynamicRendering(&self) -> Result<VARIANT_BOOL>
pub unsafe fn SetDynamicRendering<P0>(&self, enabled: P0) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn DesiredPacketDescription(&self) -> Result<VARIANT>
pub unsafe fn SetDesiredPacketDescription<P0>(
&self,
packetguids: P0,
) -> Result<()>where
P0: Param<VARIANT>,
pub unsafe fn MouseIcon(&self) -> Result<IPictureDisp>
pub unsafe fn SetMouseIcon<P0>(&self, mouseicon: P0) -> Result<()>where
P0: Param<IPictureDisp>,
pub unsafe fn putref_MouseIcon<P0>(&self, mouseicon: P0) -> Result<()>where
P0: Param<IPictureDisp>,
pub unsafe fn MousePointer(&self) -> Result<InkMousePointer>
pub unsafe fn SetMousePointer( &self, mousepointer: InkMousePointer, ) -> Result<()>
pub unsafe fn Cursors(&self) -> Result<IInkCursors>
pub unsafe fn MarginX(&self) -> Result<i32>
pub unsafe fn SetMarginX(&self, marginx: i32) -> Result<()>
pub unsafe fn MarginY(&self) -> Result<i32>
pub unsafe fn SetMarginY(&self, marginy: i32) -> Result<()>
pub unsafe fn Tablet(&self) -> Result<IInkTablet>
pub unsafe fn SupportHighContrastInk(&self) -> Result<VARIANT_BOOL>
pub unsafe fn SetSupportHighContrastInk<P0>(&self, support: P0) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn SetGestureStatus<P0>(
&self,
gesture: InkApplicationGesture,
listen: P0,
) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn GetGestureStatus( &self, gesture: InkApplicationGesture, ) -> Result<VARIANT_BOOL>
pub unsafe fn GetWindowInputRectangle( &self, windowinputrectangle: *mut Option<IInkRectangle>, ) -> Result<()>
pub unsafe fn SetWindowInputRectangle<P0>(
&self,
windowinputrectangle: P0,
) -> Result<()>where
P0: Param<IInkRectangle>,
pub unsafe fn SetAllTabletsMode<P0>(&self, usemouseforinput: P0) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn SetSingleTabletIntegratedMode<P0>(&self, tablet: P0) -> Result<()>where
P0: Param<IInkTablet>,
pub unsafe fn GetEventInterest( &self, eventid: InkCollectorEventInterest, ) -> Result<VARIANT_BOOL>
pub unsafe fn SetEventInterest<P0>(
&self,
eventid: InkCollectorEventInterest,
listen: P0,
) -> Result<()>where
P0: Param<VARIANT_BOOL>,
Methods from Deref<Target = IDispatch>§
pub unsafe fn GetTypeInfoCount(&self) -> Result<u32>
pub unsafe fn GetTypeInfo(&self, itinfo: u32, lcid: u32) -> Result<ITypeInfo>
pub unsafe fn GetIDsOfNames( &self, riid: *const GUID, rgsznames: *const PCWSTR, cnames: u32, lcid: u32, rgdispid: *mut i32, ) -> Result<()>
pub unsafe fn Invoke( &self, dispidmember: i32, riid: *const GUID, lcid: u32, wflags: DISPATCH_FLAGS, pdispparams: *const DISPPARAMS, pvarresult: Option<*mut VARIANT>, pexcepinfo: Option<*mut EXCEPINFO>, puargerr: Option<*mut u32>, ) -> Result<()>
Trait Implementations§
§impl CanInto<IUnknown> for IInkCollector
impl CanInto<IUnknown> for IInkCollector
§impl Clone for IInkCollector
impl Clone for IInkCollector
§fn clone(&self) -> IInkCollector
fn clone(&self) -> IInkCollector
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for IInkCollector
impl Debug for IInkCollector
§impl Deref for IInkCollector
impl Deref for IInkCollector
§impl From<&IInkCollector> for &IDispatch
impl From<&IInkCollector> for &IDispatch
§fn from(value: &IInkCollector) -> Self
fn from(value: &IInkCollector) -> Self
Converts to this type from the input type.
§impl From<&IInkCollector> for &IUnknown
impl From<&IInkCollector> for &IUnknown
§fn from(value: &IInkCollector) -> Self
fn from(value: &IInkCollector) -> Self
Converts to this type from the input type.
§impl From<IInkCollector> for IDispatch
impl From<IInkCollector> for IDispatch
§fn from(value: IInkCollector) -> Self
fn from(value: IInkCollector) -> Self
Converts to this type from the input type.
§impl From<IInkCollector> for IUnknown
impl From<IInkCollector> for IUnknown
§fn from(value: IInkCollector) -> Self
fn from(value: IInkCollector) -> Self
Converts to this type from the input type.
§impl Interface for IInkCollector
impl Interface for IInkCollector
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for IInkCollector
impl PartialEq for IInkCollector
§fn eq(&self, other: &IInkCollector) -> bool
fn eq(&self, other: &IInkCollector) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IInkCollector
impl StructuralPartialEq for IInkCollector
Auto Trait Implementations§
impl Freeze for IInkCollector
impl RefUnwindSafe for IInkCollector
impl !Send for IInkCollector
impl !Sync for IInkCollector
impl Unpin for IInkCollector
impl UnwindSafe for IInkCollector
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)