Struct windows::Win32::Web::InternetExplorer::IOpenServiceActivity_Vtbl
#[repr(C)]pub struct IOpenServiceActivity_Vtbl {Show 19 fields
pub base__: IOpenService_Vtbl,
pub Execute: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub CanExecute: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CanExecuteType: unsafe extern "system" fn(_: *mut c_void, _: OpenServiceActivityContentType, _: *mut BOOL) -> HRESULT,
pub Preview: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub CanPreview: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut BOOL) -> HRESULT,
pub CanPreviewType: unsafe extern "system" fn(_: *mut c_void, _: OpenServiceActivityContentType, _: *mut BOOL) -> HRESULT,
pub GetStatusText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetHomepageUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetCategoryName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetIconPath: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetIcon: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut HICON) -> HRESULT,
pub GetDescriptionFilePath: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetDownloadUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetInstallUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IOpenService_Vtbl
§Execute: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§CanExecute: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut BOOL) -> HRESULT
§CanExecuteType: unsafe extern "system" fn(_: *mut c_void, _: OpenServiceActivityContentType, _: *mut BOOL) -> HRESULT
§Preview: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§CanPreview: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut BOOL) -> HRESULT
§CanPreviewType: unsafe extern "system" fn(_: *mut c_void, _: OpenServiceActivityContentType, _: *mut BOOL) -> HRESULT
§GetStatusText: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetHomepageUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetDisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetCategoryName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetIconPath: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetIcon: unsafe extern "system" fn(_: *mut c_void, _: BOOL, _: *mut HICON) -> HRESULT
§GetDescriptionFilePath: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetDownloadUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetInstallUrl: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IOpenServiceActivity_Vtbl
impl IOpenServiceActivity_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IOpenServiceActivity_Vtblwhere
Identity: IOpenServiceActivity_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOpenServiceActivity_Vtbl
impl RefUnwindSafe for IOpenServiceActivity_Vtbl
impl Send for IOpenServiceActivity_Vtbl
impl Sync for IOpenServiceActivity_Vtbl
impl Unpin for IOpenServiceActivity_Vtbl
impl UnwindSafe for IOpenServiceActivity_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