Struct IShellUIHelper6_Vtbl
#[repr(C)]pub struct IShellUIHelper6_Vtbl {Show 15 fields
pub base__: IShellUIHelper5_Vtbl,
pub msStopPeriodicTileUpdate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub msStartPeriodicTileUpdate: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: VARIANT, _: VARIANT) -> HRESULT,
pub msStartPeriodicTileUpdateBatch: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: VARIANT, _: VARIANT) -> HRESULT,
pub msClearTile: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub msEnableTileNotificationQueue: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub msPinnedSiteState: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub msEnableTileNotificationQueueForSquare150x150: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub msEnableTileNotificationQueueForWide310x150: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub msEnableTileNotificationQueueForSquare310x310: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub msScheduledTileNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT, _: VARIANT) -> HRESULT,
pub msRemoveScheduledTileNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub msStartPeriodicBadgeUpdate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT, _: VARIANT) -> HRESULT,
pub msStopPeriodicBadgeUpdate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub msLaunchInternetOptions: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IShellUIHelper5_Vtbl§msStopPeriodicTileUpdate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§msStartPeriodicTileUpdate: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: VARIANT, _: VARIANT) -> HRESULT§msStartPeriodicTileUpdateBatch: unsafe extern "system" fn(_: *mut c_void, _: VARIANT, _: VARIANT, _: VARIANT) -> HRESULT§msClearTile: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§msEnableTileNotificationQueue: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§msPinnedSiteState: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§msEnableTileNotificationQueueForSquare150x150: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§msEnableTileNotificationQueueForWide310x150: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§msEnableTileNotificationQueueForSquare310x310: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§msScheduledTileNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT, _: VARIANT) -> HRESULT§msRemoveScheduledTileNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§msStartPeriodicBadgeUpdate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT, _: VARIANT) -> HRESULT§msStopPeriodicBadgeUpdate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§msLaunchInternetOptions: unsafe extern "system" fn(_: *mut c_void) -> HRESULTImplementations§
§impl IShellUIHelper6_Vtbl
impl IShellUIHelper6_Vtbl
pub const fn new<Identity: IShellUIHelper6_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IShellUIHelper6_Vtbl
impl RefUnwindSafe for IShellUIHelper6_Vtbl
impl Send for IShellUIHelper6_Vtbl
impl Sync for IShellUIHelper6_Vtbl
impl Unpin for IShellUIHelper6_Vtbl
impl UnwindSafe for IShellUIHelper6_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