Struct IWMPContentPartnerCallback_Vtbl
#[repr(C)]pub struct IWMPContentPartnerCallback_Vtbl {Show 14 fields
pub base__: IUnknown_Vtbl,
pub Notify: unsafe extern "system" fn(_: *mut c_void, _: WMPCallbackNotification, _: *const VARIANT) -> HRESULT,
pub BuyComplete: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: u32) -> HRESULT,
pub DownloadTrack: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: u32, _: *mut c_void, _: HRESULT) -> HRESULT,
pub GetCatalogVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT,
pub UpdateDeviceComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ChangeView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddListContents: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const u32) -> HRESULT,
pub ListContentsComplete: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HRESULT) -> HRESULT,
pub SendMessageComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetContentIDsInLibrary: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut u32) -> HRESULT,
pub RefreshLicenseComplete: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: HRESULT) -> HRESULT,
pub ShowPopup: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT,
pub VerifyPermissionComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: HRESULT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Notify: unsafe extern "system" fn(_: *mut c_void, _: WMPCallbackNotification, _: *const VARIANT) -> HRESULT
§BuyComplete: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: u32) -> HRESULT
§DownloadTrack: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut c_void, _: u32, _: *mut c_void, _: HRESULT) -> HRESULT
§GetCatalogVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut u32, _: *mut u32) -> HRESULT
§UpdateDeviceComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ChangeView: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§AddListContents: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *const u32) -> HRESULT
§ListContentsComplete: unsafe extern "system" fn(_: *mut c_void, _: u32, _: HRESULT) -> HRESULT
§SendMessageComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§GetContentIDsInLibrary: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut u32) -> HRESULT
§RefreshLicenseComplete: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: HRESULT) -> HRESULT
§ShowPopup: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut c_void) -> HRESULT
§VerifyPermissionComplete: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: HRESULT) -> HRESULT
Implementations§
§impl IWMPContentPartnerCallback_Vtbl
impl IWMPContentPartnerCallback_Vtbl
pub const fn new<Identity: IWMPContentPartnerCallback_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPContentPartnerCallback_Vtbl
impl RefUnwindSafe for IWMPContentPartnerCallback_Vtbl
impl Send for IWMPContentPartnerCallback_Vtbl
impl Sync for IWMPContentPartnerCallback_Vtbl
impl Unpin for IWMPContentPartnerCallback_Vtbl
impl UnwindSafe for IWMPContentPartnerCallback_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