Struct windows::Win32::Media::MediaPlayer::IWMPPluginUI_Vtbl
#[repr(C)]pub struct IWMPPluginUI_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetCore: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Create: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut HWND) -> HRESULT,
pub Destroy: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub DisplayPropertyPage: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT,
pub GetProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut MaybeUninit<VARIANT>) -> HRESULT,
pub SetProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const MaybeUninit<VARIANT>) -> HRESULT,
pub TranslateAccelerator: unsafe extern "system" fn(_: *mut c_void, _: *mut MSG) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetCore: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Create: unsafe extern "system" fn(_: *mut c_void, _: HWND, _: *mut HWND) -> HRESULT
§Destroy: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§DisplayPropertyPage: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT
§GetProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *mut MaybeUninit<VARIANT>) -> HRESULT
§SetProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const MaybeUninit<VARIANT>) -> HRESULT
§TranslateAccelerator: unsafe extern "system" fn(_: *mut c_void, _: *mut MSG) -> HRESULT
Implementations§
§impl IWMPPluginUI_Vtbl
impl IWMPPluginUI_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWMPPluginUI_Vtblwhere
Identity: IWMPPluginUI_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMPPluginUI_Vtbl
impl RefUnwindSafe for IWMPPluginUI_Vtbl
impl Send for IWMPPluginUI_Vtbl
impl Sync for IWMPPluginUI_Vtbl
impl Unpin for IWMPPluginUI_Vtbl
impl UnwindSafe for IWMPPluginUI_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