Struct IWMPSettings_Vtbl
#[repr(C)]pub struct IWMPSettings_Vtbl {Show 24 fields
pub base__: IDispatch_Vtbl,
pub get_isAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub autoStart: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetautoStart: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub baseURL: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetbaseURL: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub defaultFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetdefaultFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub invokeURLs: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetinvokeURLs: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub mute: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub Setmute: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub playCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetplayCount: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub rate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub Setrate: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub balance: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Setbalance: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub volume: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Setvolume: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub getMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub setMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub enableErrorDialogs: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetenableErrorDialogs: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§get_isAvailable: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§autoStart: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetautoStart: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§baseURL: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetbaseURL: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§defaultFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetdefaultFrame: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§invokeURLs: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetinvokeURLs: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§mute: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§Setmute: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§playCount: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetplayCount: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§rate: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§Setrate: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§balance: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Setbalance: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§volume: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Setvolume: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§getMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§setMode: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§enableErrorDialogs: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetenableErrorDialogs: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
Implementations§
§impl IWMPSettings_Vtbl
impl IWMPSettings_Vtbl
pub const fn new<Identity: IWMPSettings_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPSettings_Vtbl
impl RefUnwindSafe for IWMPSettings_Vtbl
impl Send for IWMPSettings_Vtbl
impl Sync for IWMPSettings_Vtbl
impl Unpin for IWMPSettings_Vtbl
impl UnwindSafe for IWMPSettings_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