Struct IContactAggregationServerPerson_Vtbl
#[repr(C)]pub struct IContactAggregationServerPerson_Vtbl {Show 24 fields
pub base__: IUnknown_Vtbl,
pub Delete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub AggregateId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetAggregateId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub AntiLink: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetAntiLink: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub AntiLinkBaseline: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetAntiLinkBaseline: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub FavoriteOrder: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetFavoriteOrder: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub FavoriteOrderBaseline: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub SetFavoriteOrderBaseline: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Groups: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut CONTACT_AGGREGATION_BLOB) -> HRESULT,
pub SetGroups: unsafe extern "system" fn(_: *mut c_void, _: *const CONTACT_AGGREGATION_BLOB) -> HRESULT,
pub GroupsBaseline: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut CONTACT_AGGREGATION_BLOB) -> HRESULT,
pub SetGroupsBaseline: unsafe extern "system" fn(_: *mut c_void, _: *const CONTACT_AGGREGATION_BLOB) -> HRESULT,
pub Id: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub IsTombstone: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetIsTombstone: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
pub LinkedAggregateId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetLinkedAggregateId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub ObjectId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub SetObjectId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Delete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Save: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§AggregateId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetAggregateId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§AntiLink: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetAntiLink: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§AntiLinkBaseline: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetAntiLinkBaseline: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§FavoriteOrder: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetFavoriteOrder: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§FavoriteOrderBaseline: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§SetFavoriteOrderBaseline: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§Groups: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut CONTACT_AGGREGATION_BLOB) -> HRESULT
§SetGroups: unsafe extern "system" fn(_: *mut c_void, _: *const CONTACT_AGGREGATION_BLOB) -> HRESULT
§GroupsBaseline: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut CONTACT_AGGREGATION_BLOB) -> HRESULT
§SetGroupsBaseline: unsafe extern "system" fn(_: *mut c_void, _: *const CONTACT_AGGREGATION_BLOB) -> HRESULT
§Id: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§IsTombstone: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetIsTombstone: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
§LinkedAggregateId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetLinkedAggregateId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§ObjectId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§SetObjectId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IContactAggregationServerPerson_Vtbl
impl IContactAggregationServerPerson_Vtbl
pub const fn new<Identity: IContactAggregationServerPerson_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IContactAggregationServerPerson_Vtbl
impl RefUnwindSafe for IContactAggregationServerPerson_Vtbl
impl Send for IContactAggregationServerPerson_Vtbl
impl Sync for IContactAggregationServerPerson_Vtbl
impl Unpin for IContactAggregationServerPerson_Vtbl
impl UnwindSafe for IContactAggregationServerPerson_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