Struct IProviderAdmin_Vtbl
#[repr(C)]pub struct IProviderAdmin_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetLastError: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: u32, _: *mut *mut MAPIERROR) -> HRESULT,
pub GetProviderTable: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub CreateProvider: unsafe extern "system" fn(_: *mut c_void, _: *const i8, _: u32, _: *const SPropValue, _: usize, _: u32, _: *mut MAPIUID) -> HRESULT,
pub DeleteProvider: unsafe extern "system" fn(_: *mut c_void, _: *const MAPIUID) -> HRESULT,
pub OpenProfileSection: unsafe extern "system" fn(_: *mut c_void, _: *const MAPIUID, _: *const GUID, _: u32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetLastError: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: u32, _: *mut *mut MAPIERROR) -> HRESULT
§GetProviderTable: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§CreateProvider: unsafe extern "system" fn(_: *mut c_void, _: *const i8, _: u32, _: *const SPropValue, _: usize, _: u32, _: *mut MAPIUID) -> HRESULT
§DeleteProvider: unsafe extern "system" fn(_: *mut c_void, _: *const MAPIUID) -> HRESULT
§OpenProfileSection: unsafe extern "system" fn(_: *mut c_void, _: *const MAPIUID, _: *const GUID, _: u32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IProviderAdmin_Vtbl
impl IProviderAdmin_Vtbl
pub const fn new<Identity: IProviderAdmin_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IProviderAdmin_Vtbl
impl RefUnwindSafe for IProviderAdmin_Vtbl
impl Send for IProviderAdmin_Vtbl
impl Sync for IProviderAdmin_Vtbl
impl Unpin for IProviderAdmin_Vtbl
impl UnwindSafe for IProviderAdmin_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