Struct windows::Win32::Media::WindowsMediaFormat::IWMWriterNetworkSink_Vtbl
#[repr(C)]pub struct IWMWriterNetworkSink_Vtbl {
pub base__: IWMWriterSink_Vtbl,
pub SetMaximumClients: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetMaximumClients: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetNetworkProtocol: unsafe extern "system" fn(_: *mut c_void, _: WMT_NET_PROTOCOL) -> HRESULT,
pub GetNetworkProtocol: unsafe extern "system" fn(_: *mut c_void, _: *mut WMT_NET_PROTOCOL) -> HRESULT,
pub GetHostURL: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u32) -> HRESULT,
pub Open: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Disconnect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IWMWriterSink_Vtbl
§SetMaximumClients: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetMaximumClients: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetNetworkProtocol: unsafe extern "system" fn(_: *mut c_void, _: WMT_NET_PROTOCOL) -> HRESULT
§GetNetworkProtocol: unsafe extern "system" fn(_: *mut c_void, _: *mut WMT_NET_PROTOCOL) -> HRESULT
§GetHostURL: unsafe extern "system" fn(_: *mut c_void, _: PWSTR, _: *mut u32) -> HRESULT
§Open: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Disconnect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IWMWriterNetworkSink_Vtbl
impl IWMWriterNetworkSink_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWMWriterNetworkSink_Vtblwhere
Identity: IWMWriterNetworkSink_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWMWriterNetworkSink_Vtbl
impl RefUnwindSafe for IWMWriterNetworkSink_Vtbl
impl Send for IWMWriterNetworkSink_Vtbl
impl Sync for IWMWriterNetworkSink_Vtbl
impl Unpin for IWMWriterNetworkSink_Vtbl
impl UnwindSafe for IWMWriterNetworkSink_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