Struct windows::Win32::UI::TabletPC::IInkOverlay
pub struct IInkOverlay(/* private fields */);
Implementations§
§impl IInkOverlay
impl IInkOverlay
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 EditingMode(&self) -> Result<InkOverlayEditingMode>
pub unsafe fn SetEditingMode( &self, editingmode: InkOverlayEditingMode, ) -> Result<()>
pub unsafe fn Selection(&self) -> Result<IInkStrokes>
pub unsafe fn SetSelection<P0>(&self, selection: P0) -> Result<()>where
P0: Param<IInkStrokes>,
pub unsafe fn EraserMode(&self) -> Result<InkOverlayEraserMode>
pub unsafe fn SetEraserMode( &self, erasermode: InkOverlayEraserMode, ) -> Result<()>
pub unsafe fn EraserWidth(&self) -> Result<i32>
pub unsafe fn SetEraserWidth(&self, neweraserwidth: i32) -> Result<()>
pub unsafe fn AttachMode(&self) -> Result<InkOverlayAttachMode>
pub unsafe fn SetAttachMode( &self, attachmode: InkOverlayAttachMode, ) -> 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 SupportHighContrastSelectionUI(&self) -> Result<VARIANT_BOOL>
pub unsafe fn SetSupportHighContrastSelectionUI<P0>(
&self,
support: P0,
) -> Result<()>where
P0: Param<VARIANT_BOOL>,
pub unsafe fn HitTestSelection( &self, x: i32, y: i32, ) -> Result<SelectionHitResult>
pub unsafe fn Draw<P0>(&self, rect: P0) -> Result<()>where
P0: Param<IInkRectangle>,
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 IInkOverlay
impl CanInto<IUnknown> for IInkOverlay
§impl Clone for IInkOverlay
impl Clone for IInkOverlay
§fn clone(&self) -> IInkOverlay
fn clone(&self) -> IInkOverlay
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 IInkOverlay
impl Debug for IInkOverlay
§impl Deref for IInkOverlay
impl Deref for IInkOverlay
§impl From<&IInkOverlay> for &IDispatch
impl From<&IInkOverlay> for &IDispatch
§fn from(value: &IInkOverlay) -> Self
fn from(value: &IInkOverlay) -> Self
Converts to this type from the input type.
§impl From<&IInkOverlay> for &IUnknown
impl From<&IInkOverlay> for &IUnknown
§fn from(value: &IInkOverlay) -> Self
fn from(value: &IInkOverlay) -> Self
Converts to this type from the input type.
§impl From<IInkOverlay> for IDispatch
impl From<IInkOverlay> for IDispatch
§fn from(value: IInkOverlay) -> Self
fn from(value: IInkOverlay) -> Self
Converts to this type from the input type.
§impl From<IInkOverlay> for IUnknown
impl From<IInkOverlay> for IUnknown
§fn from(value: IInkOverlay) -> Self
fn from(value: IInkOverlay) -> Self
Converts to this type from the input type.
§impl Interface for IInkOverlay
impl Interface for IInkOverlay
§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 IInkOverlay
impl PartialEq for IInkOverlay
§fn eq(&self, other: &IInkOverlay) -> bool
fn eq(&self, other: &IInkOverlay) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for IInkOverlay
impl StructuralPartialEq for IInkOverlay
Auto Trait Implementations§
impl Freeze for IInkOverlay
impl RefUnwindSafe for IInkOverlay
impl !Send for IInkOverlay
impl !Sync for IInkOverlay
impl Unpin for IInkOverlay
impl UnwindSafe for IInkOverlay
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
)