Struct windows::Win32::System::Contacts::IContactProperties_Vtbl
#[repr(C)]pub struct IContactProperties_Vtbl {Show 14 fields
pub base__: IUnknown_Vtbl,
pub GetString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PWSTR, _: u32, _: *mut u32) -> HRESULT,
pub GetDate: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut FILETIME) -> HRESULT,
pub GetBinary: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PWSTR, _: u32, _: *mut u32, _: *mut *mut c_void) -> HRESULT,
pub GetLabels: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PWSTR, _: u32, _: *mut u32) -> HRESULT,
pub SetString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PCWSTR) -> HRESULT,
pub SetDate: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: FILETIME) -> HRESULT,
pub SetBinary: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PCWSTR, _: *mut c_void) -> HRESULT,
pub SetLabels: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: *const PCWSTR) -> HRESULT,
pub CreateArrayNode: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: BOOL, _: PWSTR, _: u32, _: *mut u32) -> HRESULT,
pub DeleteProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub DeleteArrayNode: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub DeleteLabels: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT,
pub GetPropertyCollection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: u32, _: PCWSTR, _: u32, _: *const PCWSTR, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PWSTR, _: u32, _: *mut u32) -> HRESULT
§GetDate: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: *mut FILETIME) -> HRESULT
§GetBinary: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PWSTR, _: u32, _: *mut u32, _: *mut *mut c_void) -> HRESULT
§GetLabels: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PWSTR, _: u32, _: *mut u32) -> HRESULT
§SetString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PCWSTR) -> HRESULT
§SetDate: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: FILETIME) -> HRESULT
§SetBinary: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: PCWSTR, _: *mut c_void) -> HRESULT
§SetLabels: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: u32, _: *const PCWSTR) -> HRESULT
§CreateArrayNode: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32, _: BOOL, _: PWSTR, _: u32, _: *mut u32) -> HRESULT
§DeleteProperty: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§DeleteArrayNode: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§DeleteLabels: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u32) -> HRESULT
§GetPropertyCollection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: u32, _: PCWSTR, _: u32, _: *const PCWSTR, _: BOOL) -> HRESULT
Implementations§
§impl IContactProperties_Vtbl
impl IContactProperties_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IContactProperties_Vtblwhere
Identity: IContactProperties_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IContactProperties_Vtbl
impl RefUnwindSafe for IContactProperties_Vtbl
impl Send for IContactProperties_Vtbl
impl Sync for IContactProperties_Vtbl
impl Unpin for IContactProperties_Vtbl
impl UnwindSafe for IContactProperties_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