Struct windows::Win32::System::Com::CallObj::ICallFrame_Vtbl

#[repr(C)]
pub struct ICallFrame_Vtbl {
Show 20 fields pub base__: IUnknown_Vtbl, pub GetInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut CALLFRAMEINFO) -> HRESULT, pub GetIIDAndMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID, _: *mut u32) -> HRESULT, pub GetNames: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR, _: *mut PWSTR) -> HRESULT, pub GetStackLocation: unsafe extern "system" fn(_: *mut c_void) -> *mut c_void, pub SetStackLocation: unsafe extern "system" fn(_: *mut c_void, _: *const c_void), pub SetReturnValue: unsafe extern "system" fn(_: *mut c_void, _: HRESULT), pub GetReturnValue: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub GetParamInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut CALLFRAMEPARAMINFO) -> HRESULT, pub SetParam: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const MaybeUninit<VARIANT>) -> HRESULT, pub GetParam: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MaybeUninit<VARIANT>) -> HRESULT, pub Copy: unsafe extern "system" fn(_: *mut c_void, _: CALLFRAME_COPY, _: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub Free: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void, _: u32) -> HRESULT, pub FreeParam: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut c_void, _: u32) -> HRESULT, pub WalkFrame: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT, pub GetMarshalSizeMax: unsafe extern "system" fn(_: *mut c_void, _: *const CALLFRAME_MARSHALCONTEXT, _: MSHLFLAGS, _: *mut u32) -> HRESULT, pub Marshal: unsafe extern "system" fn(_: *mut c_void, _: *const CALLFRAME_MARSHALCONTEXT, _: MSHLFLAGS, _: *const c_void, _: u32, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT, pub Unmarshal: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: u32, _: *const CALLFRAME_MARSHALCONTEXT, _: *mut u32) -> HRESULT, pub ReleaseMarshalData: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: u32, _: u32, _: *const CALLFRAME_MARSHALCONTEXT) -> HRESULT, pub Invoke: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§GetInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut CALLFRAMEINFO) -> HRESULT§GetIIDAndMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID, _: *mut u32) -> HRESULT§GetNames: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR, _: *mut PWSTR) -> HRESULT§GetStackLocation: unsafe extern "system" fn(_: *mut c_void) -> *mut c_void§SetStackLocation: unsafe extern "system" fn(_: *mut c_void, _: *const c_void)§SetReturnValue: unsafe extern "system" fn(_: *mut c_void, _: HRESULT)§GetReturnValue: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetParamInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut CALLFRAMEPARAMINFO) -> HRESULT§SetParam: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const MaybeUninit<VARIANT>) -> HRESULT§GetParam: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MaybeUninit<VARIANT>) -> HRESULT§Copy: unsafe extern "system" fn(_: *mut c_void, _: CALLFRAME_COPY, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§Free: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: *mut c_void, _: u32) -> HRESULT§FreeParam: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut c_void, _: u32) -> HRESULT§WalkFrame: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void) -> HRESULT§GetMarshalSizeMax: unsafe extern "system" fn(_: *mut c_void, _: *const CALLFRAME_MARSHALCONTEXT, _: MSHLFLAGS, _: *mut u32) -> HRESULT§Marshal: unsafe extern "system" fn(_: *mut c_void, _: *const CALLFRAME_MARSHALCONTEXT, _: MSHLFLAGS, _: *const c_void, _: u32, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT§Unmarshal: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: u32, _: *const CALLFRAME_MARSHALCONTEXT, _: *mut u32) -> HRESULT§ReleaseMarshalData: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: u32, _: u32, _: u32, _: *const CALLFRAME_MARSHALCONTEXT) -> HRESULT§Invoke: unsafe extern "system" fn(_: *mut c_void, _: *const c_void) -> HRESULT

Implementations§

§

impl ICallFrame_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: ICallFrame_Impl, const OFFSET: isize>( ) -> ICallFrame_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.