Struct IWiaPropertyStorage_Vtbl
#[repr(C)]pub struct IWiaPropertyStorage_Vtbl {Show 17 fields
pub base__: IUnknown_Vtbl,
pub ReadMultiple: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PROPSPEC, _: *mut PROPVARIANT) -> HRESULT,
pub WriteMultiple: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PROPSPEC, _: *const 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,
pub GetPropertyAttributes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PROPSPEC, _: *mut u32, _: *mut PROPVARIANT) -> HRESULT,
pub GetCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetPropertyStream: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID, _: *mut *mut c_void) -> HRESULT,
pub SetPropertyStream: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ReadMultiple: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PROPSPEC, _: *mut PROPVARIANT) -> HRESULT
§WriteMultiple: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PROPSPEC, _: *const 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
§GetPropertyAttributes: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PROPSPEC, _: *mut u32, _: *mut PROPVARIANT) -> HRESULT
§GetCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetPropertyStream: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID, _: *mut *mut c_void) -> HRESULT
§SetPropertyStream: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID, _: *mut c_void) -> HRESULT
Implementations§
§impl IWiaPropertyStorage_Vtbl
impl IWiaPropertyStorage_Vtbl
pub const fn new<Identity: IWiaPropertyStorage_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWiaPropertyStorage_Vtbl
impl RefUnwindSafe for IWiaPropertyStorage_Vtbl
impl Send for IWiaPropertyStorage_Vtbl
impl Sync for IWiaPropertyStorage_Vtbl
impl Unpin for IWiaPropertyStorage_Vtbl
impl UnwindSafe for IWiaPropertyStorage_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