Struct windows::Win32::Media::MediaPlayer::IWMPPlugin_Vtbl
#[repr(C)]pub struct IWMPPlugin_Vtbl {
pub base__: IUnknown_Vtbl,
pub Init: unsafe extern "system" fn(_: *mut c_void, _: usize) -> HRESULT,
pub Shutdown: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub GetCaps: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub AdviseWMPServices: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub UnAdviseWMPServices: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Init: unsafe extern "system" fn(_: *mut c_void, _: usize) -> HRESULT
§Shutdown: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetID: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§GetCaps: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§AdviseWMPServices: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§UnAdviseWMPServices: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IWMPPlugin_Vtbl
impl IWMPPlugin_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWMPPlugin_Vtblwhere
Identity: IWMPPlugin_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPPlugin_Vtbl
impl RefUnwindSafe for IWMPPlugin_Vtbl
impl Send for IWMPPlugin_Vtbl
impl Sync for IWMPPlugin_Vtbl
impl Unpin for IWMPPlugin_Vtbl
impl UnwindSafe for IWMPPlugin_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