Struct IWSDiscoveryProvider_Vtbl
#[repr(C)]pub struct IWSDiscoveryProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetAddressFamily: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Attach: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Detach: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SearchById: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub SearchByAddress: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub SearchByType: unsafe extern "system" fn(_: *mut c_void, _: *const WSD_NAME_LIST, _: *const WSD_URI_LIST, _: PCWSTR, _: PCWSTR) -> HRESULT,
pub GetXMLContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetAddressFamily: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§Attach: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Detach: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SearchById: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§SearchByAddress: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR) -> HRESULT
§SearchByType: unsafe extern "system" fn(_: *mut c_void, _: *const WSD_NAME_LIST, _: *const WSD_URI_LIST, _: PCWSTR, _: PCWSTR) -> HRESULT
§GetXMLContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IWSDiscoveryProvider_Vtbl
impl IWSDiscoveryProvider_Vtbl
pub const fn new<Identity: IWSDiscoveryProvider_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWSDiscoveryProvider_Vtbl
impl RefUnwindSafe for IWSDiscoveryProvider_Vtbl
impl Send for IWSDiscoveryProvider_Vtbl
impl Sync for IWSDiscoveryProvider_Vtbl
impl Unpin for IWSDiscoveryProvider_Vtbl
impl UnwindSafe for IWSDiscoveryProvider_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