Struct IWSDEndpointProxy_Vtbl
#[repr(C)]pub struct IWSDEndpointProxy_Vtbl {
pub base__: IUnknown_Vtbl,
pub SendOneWayRequest: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *const WSD_OPERATION) -> HRESULT,
pub SendTwoWayRequest: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *const WSD_OPERATION, _: *const WSD_SYNCHRONOUS_RESPONSE_CONTEXT) -> HRESULT,
pub SendTwoWayRequestAsync: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *const WSD_OPERATION, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AbortAsyncOperation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub ProcessFault: unsafe extern "system" fn(_: *mut c_void, _: *const WSD_SOAP_FAULT) -> HRESULT,
pub GetErrorInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut PCWSTR) -> HRESULT,
pub GetFaultInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut WSD_SOAP_FAULT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SendOneWayRequest: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *const WSD_OPERATION) -> HRESULT
§SendTwoWayRequest: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *const WSD_OPERATION, _: *const WSD_SYNCHRONOUS_RESPONSE_CONTEXT) -> HRESULT
§SendTwoWayRequestAsync: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: *const WSD_OPERATION, _: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AbortAsyncOperation: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§ProcessFault: unsafe extern "system" fn(_: *mut c_void, _: *const WSD_SOAP_FAULT) -> HRESULT
§GetErrorInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut PCWSTR) -> HRESULT
§GetFaultInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut WSD_SOAP_FAULT) -> HRESULT
Implementations§
§impl IWSDEndpointProxy_Vtbl
impl IWSDEndpointProxy_Vtbl
pub const fn new<Identity: IWSDEndpointProxy_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWSDEndpointProxy_Vtbl
impl RefUnwindSafe for IWSDEndpointProxy_Vtbl
impl Send for IWSDEndpointProxy_Vtbl
impl Sync for IWSDEndpointProxy_Vtbl
impl Unpin for IWSDEndpointProxy_Vtbl
impl UnwindSafe for IWSDEndpointProxy_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