Struct windows::Win32::System::Mmc::IComponent_Vtbl
#[repr(C)]pub struct IComponent_Vtbl {
pub base__: IUnknown_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Notify: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MMC_NOTIFY_TYPE, _: LPARAM, _: LPARAM) -> HRESULT,
pub Destroy: unsafe extern "system" fn(_: *mut c_void, _: isize) -> HRESULT,
pub QueryDataObject: unsafe extern "system" fn(_: *mut c_void, _: isize, _: DATA_OBJECT_TYPES, _: *mut *mut c_void) -> HRESULT,
pub GetResultViewType: unsafe extern "system" fn(_: *mut c_void, _: isize, _: *mut PWSTR, _: *mut i32) -> HRESULT,
pub GetDisplayInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut RESULTDATAITEM) -> HRESULT,
pub CompareObjects: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Notify: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MMC_NOTIFY_TYPE, _: LPARAM, _: LPARAM) -> HRESULT
§Destroy: unsafe extern "system" fn(_: *mut c_void, _: isize) -> HRESULT
§QueryDataObject: unsafe extern "system" fn(_: *mut c_void, _: isize, _: DATA_OBJECT_TYPES, _: *mut *mut c_void) -> HRESULT
§GetResultViewType: unsafe extern "system" fn(_: *mut c_void, _: isize, _: *mut PWSTR, _: *mut i32) -> HRESULT
§GetDisplayInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut RESULTDATAITEM) -> HRESULT
§CompareObjects: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IComponent_Vtbl
impl IComponent_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IComponent_Vtblwhere
Identity: IComponent_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IComponent_Vtbl
impl RefUnwindSafe for IComponent_Vtbl
impl Send for IComponent_Vtbl
impl Sync for IComponent_Vtbl
impl Unpin for IComponent_Vtbl
impl UnwindSafe for IComponent_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