Struct IFsrmPropertyBag_Vtbl
#[repr(C)]pub struct IFsrmPropertyBag_Vtbl {Show 22 fields
pub base__: IDispatch_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RelativePath: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub VolumeName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RelativeNamespaceRoot: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub VolumeIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub FileId: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub ParentDirectoryId: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub Size: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub SizeAllocated: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub CreationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub LastAccessTime: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub LastModificationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub Attributes: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub OwnerSid: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub FilePropertyNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub Messages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub PropertyBagFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetFileProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFileProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetFileStreamInterface: unsafe extern "system" fn(_: *mut c_void, _: FsrmFileStreamingMode, _: FsrmFileStreamingInterfaceType, _: *mut VARIANT) -> HRESULT,
}Fields§
§base__: IDispatch_Vtbl§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RelativePath: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§VolumeName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RelativeNamespaceRoot: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§VolumeIndex: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§FileId: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§ParentDirectoryId: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§Size: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§SizeAllocated: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§CreationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§LastAccessTime: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§LastModificationTime: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT§Attributes: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§OwnerSid: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§FilePropertyNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§Messages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT§PropertyBagFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§GetFileProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetFileProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT§AddMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetFileStreamInterface: unsafe extern "system" fn(_: *mut c_void, _: FsrmFileStreamingMode, _: FsrmFileStreamingInterfaceType, _: *mut VARIANT) -> HRESULTImplementations§
§impl IFsrmPropertyBag_Vtbl
impl IFsrmPropertyBag_Vtbl
pub const fn new<Identity: IFsrmPropertyBag_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmPropertyBag_Vtbl
impl RefUnwindSafe for IFsrmPropertyBag_Vtbl
impl Send for IFsrmPropertyBag_Vtbl
impl Sync for IFsrmPropertyBag_Vtbl
impl Unpin for IFsrmPropertyBag_Vtbl
impl UnwindSafe for IFsrmPropertyBag_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