Struct windows::Win32::Media::MediaPlayer::IWMPMediaPluginRegistrar_Vtbl
#[repr(C)]pub struct IWMPMediaPluginRegistrar_Vtbl {
pub base__: IUnknown_Vtbl,
pub WMPRegisterPlayerPlugin: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: u32, _: GUID, _: GUID, _: u32, _: *mut c_void) -> HRESULT,
pub WMPUnRegisterPlayerPlugin: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: GUID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§WMPRegisterPlayerPlugin: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: u32, _: GUID, _: GUID, _: u32, _: *mut c_void) -> HRESULT
§WMPUnRegisterPlayerPlugin: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: GUID) -> HRESULT
Implementations§
§impl IWMPMediaPluginRegistrar_Vtbl
impl IWMPMediaPluginRegistrar_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWMPMediaPluginRegistrar_Vtblwhere
Identity: IWMPMediaPluginRegistrar_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPMediaPluginRegistrar_Vtbl
impl RefUnwindSafe for IWMPMediaPluginRegistrar_Vtbl
impl Send for IWMPMediaPluginRegistrar_Vtbl
impl Sync for IWMPMediaPluginRegistrar_Vtbl
impl Unpin for IWMPMediaPluginRegistrar_Vtbl
impl UnwindSafe for IWMPMediaPluginRegistrar_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