Struct windows_webview2::Windows::Win32::Com::ICallIndirect[][src]

#[repr(transparent)]pub struct ICallIndirect(_);

Implementations

impl ICallIndirect[src]

pub unsafe fn CallIndirect(
    &self,
    phrreturn: *mut ErrorCode,
    imethod: u32,
    pvargs: *mut c_void,
    cbargs: *mut u32
) -> ErrorCode
[src]

pub unsafe fn GetMethodInfo(
    &self,
    imethod: u32,
    pinfo: *mut CALLFRAMEINFO,
    pwszmethod: *mut PWSTR
) -> ErrorCode
[src]

pub unsafe fn GetStackSize(&self, imethod: u32, cbargs: *mut u32) -> ErrorCode[src]

pub unsafe fn GetIID(
    &self,
    piid: *mut Guid,
    pfderivesfromidispatch: *mut BOOL,
    pcmethod: *mut u32,
    pwszinterface: *mut PWSTR
) -> ErrorCode
[src]

Trait Implementations

impl Clone for ICallIndirect[src]

impl Debug for ICallIndirect[src]

impl Eq for ICallIndirect[src]

impl From<&'_ ICallInterceptor> for ICallIndirect[src]

impl From<ICallInterceptor> for ICallIndirect[src]

impl Interface for ICallIndirect[src]

type Vtable = ICallIndirect_abi

impl<'a> IntoParam<'a, ICallIndirect> for ICallInterceptor[src]

impl<'a> IntoParam<'a, ICallIndirect> for &'a ICallInterceptor[src]

impl<'a> IntoParam<'a, IUnknown> for ICallIndirect[src]

impl<'a> IntoParam<'a, IUnknown> for &'a ICallIndirect[src]

impl PartialEq<ICallIndirect> for ICallIndirect[src]

impl StructuralEq for ICallIndirect[src]

impl StructuralPartialEq for ICallIndirect[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Abi for T where
    T: Interface
[src]

type Abi = *mut c_void

The abi representation of the implementing type. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<'a, T> IntoParam<'a, T> for T where
    T: Abi
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.