Struct windows::Win32::Media::MediaPlayer::IWMPEvents3_Vtbl
#[repr(C)]pub struct IWMPEvents3_Vtbl {
pub base__: IWMPEvents2_Vtbl,
pub CdromRipStateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WMPRipState),
pub CdromRipMediaError: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void),
pub CdromBurnStateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WMPBurnState),
pub CdromBurnMediaError: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void),
pub CdromBurnError: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HRESULT),
pub LibraryConnect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void),
pub LibraryDisconnect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void),
pub FolderScanStateChange: unsafe extern "system" fn(_: *mut c_void, _: WMPFolderScanState),
pub StringCollectionChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WMPStringCollectionChangeEventType, _: i32),
pub MediaCollectionMediaAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void),
pub MediaCollectionMediaRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void),
}
Fields§
§base__: IWMPEvents2_Vtbl
§CdromRipStateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WMPRipState)
§CdromRipMediaError: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void)
§CdromBurnStateChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WMPBurnState)
§CdromBurnMediaError: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void)
§CdromBurnError: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: HRESULT)
§LibraryConnect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void)
§LibraryDisconnect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void)
§FolderScanStateChange: unsafe extern "system" fn(_: *mut c_void, _: WMPFolderScanState)
§StringCollectionChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: WMPStringCollectionChangeEventType, _: i32)
§MediaCollectionMediaAdded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void)
§MediaCollectionMediaRemoved: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void)
Implementations§
§impl IWMPEvents3_Vtbl
impl IWMPEvents3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWMPEvents3_Vtblwhere
Identity: IWMPEvents3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPEvents3_Vtbl
impl RefUnwindSafe for IWMPEvents3_Vtbl
impl Send for IWMPEvents3_Vtbl
impl Sync for IWMPEvents3_Vtbl
impl Unpin for IWMPEvents3_Vtbl
impl UnwindSafe for IWMPEvents3_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