Struct windows::Win32::Media::WindowsMediaFormat::IWMMutualExclusion2_Vtbl
#[repr(C)]pub struct IWMMutualExclusion2_Vtbl {
pub base__: IWMMutualExclusion_Vtbl,
pub GetName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u16) -> HRESULT,
pub SetName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub GetRecordCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT,
pub AddRecord: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RemoveRecord: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT,
pub GetRecordName: unsafe extern "system" fn(_: *mut c_void, _: u16, _: PWSTR, _: *mut u16) -> HRESULT,
pub SetRecordName: unsafe extern "system" fn(_: *mut c_void, _: u16, _: PCWSTR) -> HRESULT,
pub GetStreamsForRecord: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut u16, _: *mut u16) -> HRESULT,
pub AddStreamForRecord: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u16) -> HRESULT,
pub RemoveStreamForRecord: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u16) -> HRESULT,
}
Fields§
§base__: IWMMutualExclusion_Vtbl
§GetName: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u16) -> HRESULT
§SetName: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§GetRecordCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u16) -> HRESULT
§AddRecord: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§RemoveRecord: unsafe extern "system" fn(_: *mut c_void, _: u16) -> HRESULT
§GetRecordName: unsafe extern "system" fn(_: *mut c_void, _: u16, _: PWSTR, _: *mut u16) -> HRESULT
§SetRecordName: unsafe extern "system" fn(_: *mut c_void, _: u16, _: PCWSTR) -> HRESULT
§GetStreamsForRecord: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut u16, _: *mut u16) -> HRESULT
§AddStreamForRecord: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u16) -> HRESULT
§RemoveStreamForRecord: unsafe extern "system" fn(_: *mut c_void, _: u16, _: u16) -> HRESULT
Implementations§
§impl IWMMutualExclusion2_Vtbl
impl IWMMutualExclusion2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWMMutualExclusion2_Vtblwhere
Identity: IWMMutualExclusion2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMMutualExclusion2_Vtbl
impl RefUnwindSafe for IWMMutualExclusion2_Vtbl
impl Send for IWMMutualExclusion2_Vtbl
impl Sync for IWMMutualExclusion2_Vtbl
impl Unpin for IWMMutualExclusion2_Vtbl
impl UnwindSafe for IWMMutualExclusion2_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