windows::Win32::Devices::Fax

Struct IFaxServer_Vtbl

#[repr(C)]
pub struct IFaxServer_Vtbl {
Show 27 fields pub base__: IDispatch_Vtbl, pub Connect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub ServerName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetDeviceProviders: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetDevices: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub InboundRouting: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub Folders: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub LoggingOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub MajorVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub MinorVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub MajorBuild: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub MinorBuild: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub Debug: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub Activity: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub OutboundRouting: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub ReceiptOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub Security: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub Disconnect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub GetExtensionProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT, pub SetExtensionProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT, pub ListenToServerEvents: unsafe extern "system" fn(_: *mut c_void, _: FAX_SERVER_EVENTS_TYPE_ENUM) -> HRESULT, pub RegisterDeviceProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: i32) -> HRESULT, pub UnregisterDeviceProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub RegisterInboundRoutingExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT, pub UnregisterInboundRoutingExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub RegisteredEvents: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_SERVER_EVENTS_TYPE_ENUM) -> HRESULT, pub APIVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_SERVER_APIVERSION_ENUM) -> HRESULT,
}

Fields§

§base__: IDispatch_Vtbl§Connect: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§ServerName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetDeviceProviders: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetDevices: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§InboundRouting: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Folders: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§LoggingOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§MajorVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§MinorVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§MajorBuild: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§MinorBuild: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§Debug: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§Activity: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§OutboundRouting: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§ReceiptOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Security: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Disconnect: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetExtensionProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT§SetExtensionProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT§ListenToServerEvents: unsafe extern "system" fn(_: *mut c_void, _: FAX_SERVER_EVENTS_TYPE_ENUM) -> HRESULT§RegisterDeviceProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: i32) -> HRESULT§UnregisterDeviceProvider: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§RegisterInboundRoutingExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT) -> HRESULT§UnregisterInboundRoutingExtension: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§RegisteredEvents: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_SERVER_EVENTS_TYPE_ENUM) -> HRESULT§APIVersion: unsafe extern "system" fn(_: *mut c_void, _: *mut FAX_SERVER_APIVERSION_ENUM) -> HRESULT

Implementations§

§

impl IFaxServer_Vtbl

pub const fn new<Identity: IFaxServer_Impl, const OFFSET: isize>() -> Self

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.