pub struct IMoniker(/* private fields */);Implementations§
Source§impl IMoniker
impl IMoniker
pub unsafe fn GetClassID(&self, pclassid: *mut Guid) -> ErrorCode
pub unsafe fn IsDirty(&self) -> ErrorCode
pub unsafe fn Load<'a, T0__: IntoParam<'a, IStream>>( &self, pstm: T0__, ) -> ErrorCode
pub unsafe fn Save<'a, T0__: IntoParam<'a, IStream>, T1__: IntoParam<'a, BOOL>>( &self, pstm: T0__, fcleardirty: T1__, ) -> ErrorCode
pub unsafe fn GetSizeMax(&self, pcbsize: *mut u64) -> ErrorCode
pub unsafe fn BindToObject<'a, T0__: IntoParam<'a, IBindCtx>, T1__: IntoParam<'a, IMoniker>>( &self, pbc: T0__, pmktoleft: T1__, riidresult: *const Guid, ppvresult: *mut *mut c_void, ) -> ErrorCode
pub unsafe fn BindToStorage<'a, T0__: IntoParam<'a, IBindCtx>, T1__: IntoParam<'a, IMoniker>>( &self, pbc: T0__, pmktoleft: T1__, riid: *const Guid, ppvobj: *mut *mut c_void, ) -> ErrorCode
pub unsafe fn Reduce<'a, T0__: IntoParam<'a, IBindCtx>>( &self, pbc: T0__, dwreducehowfar: u32, ppmktoleft: *mut Option<IMoniker>, ppmkreduced: *mut Option<IMoniker>, ) -> ErrorCode
pub unsafe fn ComposeWith<'a, T0__: IntoParam<'a, IMoniker>, T1__: IntoParam<'a, BOOL>>( &self, pmkright: T0__, fonlyifnotgeneric: T1__, ppmkcomposite: *mut Option<IMoniker>, ) -> ErrorCode
pub unsafe fn Enum<'a, T0__: IntoParam<'a, BOOL>>( &self, fforward: T0__, ppenummoniker: *mut Option<IEnumMoniker>, ) -> ErrorCode
pub unsafe fn IsEqual<'a, T0__: IntoParam<'a, IMoniker>>( &self, pmkothermoniker: T0__, ) -> ErrorCode
pub unsafe fn Hash(&self, pdwhash: *mut u32) -> ErrorCode
pub unsafe fn IsRunning<'a, T0__: IntoParam<'a, IBindCtx>, T1__: IntoParam<'a, IMoniker>, T2__: IntoParam<'a, IMoniker>>( &self, pbc: T0__, pmktoleft: T1__, pmknewlyrunning: T2__, ) -> ErrorCode
pub unsafe fn GetTimeOfLastChange<'a, T0__: IntoParam<'a, IBindCtx>, T1__: IntoParam<'a, IMoniker>>( &self, pbc: T0__, pmktoleft: T1__, pfiletime: *mut FILETIME, ) -> ErrorCode
pub unsafe fn Inverse(&self, ppmk: *mut Option<IMoniker>) -> ErrorCode
pub unsafe fn CommonPrefixWith<'a, T0__: IntoParam<'a, IMoniker>>( &self, pmkother: T0__, ppmkprefix: *mut Option<IMoniker>, ) -> ErrorCode
pub unsafe fn RelativePathTo<'a, T0__: IntoParam<'a, IMoniker>>( &self, pmkother: T0__, ppmkrelpath: *mut Option<IMoniker>, ) -> ErrorCode
pub unsafe fn GetDisplayName<'a, T0__: IntoParam<'a, IBindCtx>, T1__: IntoParam<'a, IMoniker>>( &self, pbc: T0__, pmktoleft: T1__, ppszdisplayname: *mut PWSTR, ) -> ErrorCode
pub unsafe fn ParseDisplayName<'a, T0__: IntoParam<'a, IBindCtx>, T1__: IntoParam<'a, IMoniker>, T2__: IntoParam<'a, PWSTR>>( &self, pbc: T0__, pmktoleft: T1__, pszdisplayname: T2__, pcheaten: *mut u32, ppmkout: *mut Option<IMoniker>, ) -> ErrorCode
pub unsafe fn IsSystemMoniker(&self, pdwmksys: *mut u32) -> ErrorCode
Trait Implementations§
Source§impl From<&IMoniker> for IPersistStream
impl From<&IMoniker> for IPersistStream
Source§impl From<IMoniker> for IPersistStream
impl From<IMoniker> for IPersistStream
Source§impl Interface for IMoniker
impl Interface for IMoniker
const IID: Guid
type Vtable = IMoniker_abi
Source§impl<'a> IntoParam<'a, IPersist> for &'a IMoniker
impl<'a> IntoParam<'a, IPersist> for &'a IMoniker
fn into_param(self) -> Param<'a, IPersist>
Source§impl<'a> IntoParam<'a, IPersist> for IMoniker
impl<'a> IntoParam<'a, IPersist> for IMoniker
fn into_param(self) -> Param<'a, IPersist>
Source§impl<'a> IntoParam<'a, IPersistStream> for &'a IMoniker
impl<'a> IntoParam<'a, IPersistStream> for &'a IMoniker
fn into_param(self) -> Param<'a, IPersistStream>
Source§impl<'a> IntoParam<'a, IPersistStream> for IMoniker
impl<'a> IntoParam<'a, IPersistStream> for IMoniker
fn into_param(self) -> Param<'a, IPersistStream>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IMoniker
impl<'a> IntoParam<'a, IUnknown> for &'a IMoniker
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IMoniker
impl<'a> IntoParam<'a, IUnknown> for IMoniker
fn into_param(self) -> Param<'a, IUnknown>
impl Eq for IMoniker
impl StructuralPartialEq for IMoniker
Auto Trait Implementations§
impl Freeze for IMoniker
impl RefUnwindSafe for IMoniker
impl !Send for IMoniker
impl !Sync for IMoniker
impl Unpin for IMoniker
impl UnwindSafe for IMoniker
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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