Struct windows::Win32::System::Com::IDispatch_Vtbl
#[repr(C)]pub struct IDispatch_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetTypeInfoCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetTypeInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetIDsOfNames: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const PCWSTR, _: u32, _: u32, _: *mut i32) -> HRESULT,
pub Invoke: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const GUID, _: u32, _: DISPATCH_FLAGS, _: *const DISPPARAMS, _: *mut MaybeUninit<VARIANT>, _: *mut EXCEPINFO, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetTypeInfoCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetTypeInfo: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT
§GetIDsOfNames: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const PCWSTR, _: u32, _: u32, _: *mut i32) -> HRESULT
§Invoke: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *const GUID, _: u32, _: DISPATCH_FLAGS, _: *const DISPPARAMS, _: *mut MaybeUninit<VARIANT>, _: *mut EXCEPINFO, _: *mut u32) -> HRESULT
Implementations§
§impl IDispatch_Vtbl
impl IDispatch_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDispatch_Vtblwhere
Identity: IDispatch_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDispatch_Vtbl
impl RefUnwindSafe for IDispatch_Vtbl
impl Send for IDispatch_Vtbl
impl Sync for IDispatch_Vtbl
impl Unpin for IDispatch_Vtbl
impl UnwindSafe for IDispatch_Vtbl
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