Struct IAMPluginControl_Vtbl
#[repr(C)]pub struct IAMPluginControl_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetPreferredClsid: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut GUID) -> HRESULT,
pub GetPreferredClsidByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut GUID, _: *mut GUID) -> HRESULT,
pub SetPreferredClsid: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID) -> HRESULT,
pub IsDisabled: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub GetDisabledByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut GUID) -> HRESULT,
pub SetDisabled: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: BOOL) -> HRESULT,
pub IsLegacyDisabled: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§GetPreferredClsid: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut GUID) -> HRESULT§GetPreferredClsidByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut GUID, _: *mut GUID) -> HRESULT§SetPreferredClsid: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID) -> HRESULT§IsDisabled: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT§GetDisabledByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut GUID) -> HRESULT§SetDisabled: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: BOOL) -> HRESULT§IsLegacyDisabled: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULTImplementations§
§impl IAMPluginControl_Vtbl
impl IAMPluginControl_Vtbl
pub const fn new<Identity: IAMPluginControl_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAMPluginControl_Vtbl
impl RefUnwindSafe for IAMPluginControl_Vtbl
impl Send for IAMPluginControl_Vtbl
impl Sync for IAMPluginControl_Vtbl
impl Unpin for IAMPluginControl_Vtbl
impl UnwindSafe for IAMPluginControl_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