#[repr(C)]
pub struct IInkPicture_Vtbl {
Show 60 fields pub base__: IDispatch_Vtbl, pub hWnd: unsafe extern "system" fn(_: *mut c_void, _: *mut isize) -> HRESULT, pub DefaultDrawingAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub putref_DefaultDrawingAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub Renderer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub putref_Renderer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub Ink: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub putref_Ink: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub AutoRedraw: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetAutoRedraw: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub CollectingInk: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub CollectionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InkCollectionMode) -> HRESULT, pub SetCollectionMode: unsafe extern "system" fn(_: *mut c_void, _: InkCollectionMode) -> HRESULT, pub DynamicRendering: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetDynamicRendering: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub DesiredPacketDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT, pub SetDesiredPacketDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<VARIANT>) -> HRESULT, pub MouseIcon: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetMouseIcon: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub putref_MouseIcon: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub MousePointer: unsafe extern "system" fn(_: *mut c_void, _: *mut InkMousePointer) -> HRESULT, pub SetMousePointer: unsafe extern "system" fn(_: *mut c_void, _: InkMousePointer) -> HRESULT, pub EditingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InkOverlayEditingMode) -> HRESULT, pub SetEditingMode: unsafe extern "system" fn(_: *mut c_void, _: InkOverlayEditingMode) -> HRESULT, pub Selection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub EraserMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InkOverlayEraserMode) -> HRESULT, pub SetEraserMode: unsafe extern "system" fn(_: *mut c_void, _: InkOverlayEraserMode) -> HRESULT, pub EraserWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetEraserWidth: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub putref_Picture: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub SetPicture: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub Picture: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetSizeMode: unsafe extern "system" fn(_: *mut c_void, _: InkPictureSizeMode) -> HRESULT, pub SizeMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InkPictureSizeMode) -> HRESULT, pub SetBackColor: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT, pub BackColor: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub Cursors: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub MarginX: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetMarginX: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub MarginY: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetMarginY: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub Tablet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SupportHighContrastInk: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetSupportHighContrastInk: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub SupportHighContrastSelectionUI: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetSupportHighContrastSelectionUI: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub HitTestSelection: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut SelectionHitResult) -> HRESULT, pub SetGestureStatus: unsafe extern "system" fn(_: *mut c_void, _: InkApplicationGesture, _: VARIANT_BOOL) -> HRESULT, pub GetGestureStatus: unsafe extern "system" fn(_: *mut c_void, _: InkApplicationGesture, _: *mut VARIANT_BOOL) -> HRESULT, pub GetWindowInputRectangle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetWindowInputRectangle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub SetAllTabletsMode: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub SetSingleTabletIntegratedMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub GetEventInterest: unsafe extern "system" fn(_: *mut c_void, _: InkCollectorEventInterest, _: *mut VARIANT_BOOL) -> HRESULT, pub SetEventInterest: unsafe extern "system" fn(_: *mut c_void, _: InkCollectorEventInterest, _: VARIANT_BOOL) -> HRESULT, pub InkEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetInkEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
}

Fields§

§base__: IDispatch_Vtbl§hWnd: unsafe extern "system" fn(_: *mut c_void, _: *mut isize) -> HRESULT§DefaultDrawingAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§putref_DefaultDrawingAttributes: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Renderer: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§putref_Renderer: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Ink: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§putref_Ink: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§AutoRedraw: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetAutoRedraw: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§CollectingInk: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§CollectionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InkCollectionMode) -> HRESULT§SetCollectionMode: unsafe extern "system" fn(_: *mut c_void, _: InkCollectionMode) -> HRESULT§DynamicRendering: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetDynamicRendering: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§DesiredPacketDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<VARIANT>) -> HRESULT§SetDesiredPacketDescription: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<VARIANT>) -> HRESULT§MouseIcon: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetMouseIcon: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§putref_MouseIcon: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§MousePointer: unsafe extern "system" fn(_: *mut c_void, _: *mut InkMousePointer) -> HRESULT§SetMousePointer: unsafe extern "system" fn(_: *mut c_void, _: InkMousePointer) -> HRESULT§EditingMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InkOverlayEditingMode) -> HRESULT§SetEditingMode: unsafe extern "system" fn(_: *mut c_void, _: InkOverlayEditingMode) -> HRESULT§Selection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§EraserMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InkOverlayEraserMode) -> HRESULT§SetEraserMode: unsafe extern "system" fn(_: *mut c_void, _: InkOverlayEraserMode) -> HRESULT§EraserWidth: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetEraserWidth: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§putref_Picture: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§SetPicture: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§Picture: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetSizeMode: unsafe extern "system" fn(_: *mut c_void, _: InkPictureSizeMode) -> HRESULT§SizeMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InkPictureSizeMode) -> HRESULT§SetBackColor: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT§BackColor: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§Cursors: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§MarginX: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetMarginX: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§MarginY: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetMarginY: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§Tablet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SupportHighContrastInk: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetSupportHighContrastInk: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§SupportHighContrastSelectionUI: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetSupportHighContrastSelectionUI: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§HitTestSelection: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: *mut SelectionHitResult) -> HRESULT§SetGestureStatus: unsafe extern "system" fn(_: *mut c_void, _: InkApplicationGesture, _: VARIANT_BOOL) -> HRESULT§GetGestureStatus: unsafe extern "system" fn(_: *mut c_void, _: InkApplicationGesture, _: *mut VARIANT_BOOL) -> HRESULT§GetWindowInputRectangle: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetWindowInputRectangle: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§SetAllTabletsMode: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§SetSingleTabletIntegratedMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetEventInterest: unsafe extern "system" fn(_: *mut c_void, _: InkCollectorEventInterest, _: *mut VARIANT_BOOL) -> HRESULT§SetEventInterest: unsafe extern "system" fn(_: *mut c_void, _: InkCollectorEventInterest, _: VARIANT_BOOL) -> HRESULT§InkEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetInkEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT

Implementations§

§

impl IInkPicture_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IInkPicture_Impl, const OFFSET: isize>( ) -> IInkPicture_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.