Struct windows::Win32::System::Com::StructuredStorage::IPropertyStorage_Vtbl
#[repr(C)]pub struct IPropertyStorage_Vtbl {Show 13 fields
pub base__: IUnknown_Vtbl,
pub ReadMultiple: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PROPSPEC, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT,
pub WriteMultiple: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PROPSPEC, _: *const MaybeUninit<PROPVARIANT>, _: u32) -> HRESULT,
pub DeleteMultiple: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PROPSPEC) -> HRESULT,
pub ReadPropertyNames: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u32, _: *mut PWSTR) -> HRESULT,
pub WritePropertyNames: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u32, _: *const PCWSTR) -> HRESULT,
pub DeletePropertyNames: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u32) -> HRESULT,
pub Commit: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub Revert: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Enum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTimes: unsafe extern "system" fn(_: *mut c_void, _: *const FILETIME, _: *const FILETIME, _: *const FILETIME) -> HRESULT,
pub SetClass: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub Stat: unsafe extern "system" fn(_: *mut c_void, _: *mut STATPROPSETSTG) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ReadMultiple: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PROPSPEC, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT
§WriteMultiple: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PROPSPEC, _: *const MaybeUninit<PROPVARIANT>, _: u32) -> HRESULT
§DeleteMultiple: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PROPSPEC) -> HRESULT
§ReadPropertyNames: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u32, _: *mut PWSTR) -> HRESULT
§WritePropertyNames: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u32, _: *const PCWSTR) -> HRESULT
§DeletePropertyNames: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u32) -> HRESULT
§Commit: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§Revert: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Enum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetTimes: unsafe extern "system" fn(_: *mut c_void, _: *const FILETIME, _: *const FILETIME, _: *const FILETIME) -> HRESULT
§SetClass: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§Stat: unsafe extern "system" fn(_: *mut c_void, _: *mut STATPROPSETSTG) -> HRESULT
Implementations§
§impl IPropertyStorage_Vtbl
impl IPropertyStorage_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPropertyStorage_Vtblwhere
Identity: IPropertyStorage_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPropertyStorage_Vtbl
impl RefUnwindSafe for IPropertyStorage_Vtbl
impl Send for IPropertyStorage_Vtbl
impl Sync for IPropertyStorage_Vtbl
impl Unpin for IPropertyStorage_Vtbl
impl UnwindSafe for IPropertyStorage_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