#[repr(C)]pub struct IPropertySetStorage {
pub lpVtbl: *const IPropertySetStorageVtbl,
}
Fields§
§lpVtbl: *const IPropertySetStorageVtbl
Implementations§
Source§impl IPropertySetStorage
impl IPropertySetStorage
pub unsafe fn Create( &self, rfmtid: REFFMTID, pclsid: *const CLSID, grfFlags: DWORD, grfMode: DWORD, ppprstg: *mut *mut IPropertyStorage, ) -> HRESULT
pub unsafe fn Open( &self, rfmtid: REFFMTID, grfMode: DWORD, ppprstg: *mut *mut IPropertyStorage, ) -> HRESULT
pub unsafe fn Delete(&self, rfmtid: REFFMTID) -> HRESULT
pub unsafe fn Enum(&self, ppenum: *mut *mut IEnumSTATPROPSTG) -> HRESULT
Trait Implementations§
Source§impl Deref for IPropertySetStorage
impl Deref for IPropertySetStorage
Auto Trait Implementations§
impl Freeze for IPropertySetStorage
impl RefUnwindSafe for IPropertySetStorage
impl !Send for IPropertySetStorage
impl !Sync for IPropertySetStorage
impl Unpin for IPropertySetStorage
impl UnwindSafe for IPropertySetStorage
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