Struct ISubscriptionMgr2_Vtbl
#[repr(C)]pub struct ISubscriptionMgr2_Vtbl {
pub base__: ISubscriptionMgr_Vtbl,
pub GetItemFromURL: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
pub GetItemFromCookie: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetSubscriptionRunState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *mut u32) -> HRESULT,
pub EnumSubscriptions: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub UpdateItems: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const GUID) -> HRESULT,
pub AbortItems: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID) -> HRESULT,
pub AbortAll: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: ISubscriptionMgr_Vtbl
§GetItemFromURL: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut *mut c_void) -> HRESULT
§GetItemFromCookie: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetSubscriptionRunState: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID, _: *mut u32) -> HRESULT
§EnumSubscriptions: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§UpdateItems: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const GUID) -> HRESULT
§AbortItems: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const GUID) -> HRESULT
§AbortAll: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl ISubscriptionMgr2_Vtbl
impl ISubscriptionMgr2_Vtbl
pub const fn new<Identity: ISubscriptionMgr2_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISubscriptionMgr2_Vtbl
impl RefUnwindSafe for ISubscriptionMgr2_Vtbl
impl Send for ISubscriptionMgr2_Vtbl
impl Sync for ISubscriptionMgr2_Vtbl
impl Unpin for ISubscriptionMgr2_Vtbl
impl UnwindSafe for ISubscriptionMgr2_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