#[repr(C)]pub struct ISpCFGInterpreterSite {
pub lpVtbl: *const ISpCFGInterpreterSiteVtbl,
}
Fields§
§lpVtbl: *const ISpCFGInterpreterSiteVtbl
Implementations§
Source§impl ISpCFGInterpreterSite
impl ISpCFGInterpreterSite
pub unsafe fn AddTextReplacement( &self, pReplace: *mut SPPHRASEREPLACEMENT, ) -> HRESULT
pub unsafe fn AddProperty(&self, pProperty: *const SPPHRASEPROPERTY) -> HRESULT
pub unsafe fn GetResourceValue( &self, pszResourceName: LPCWSTR, ppCoMemResource: *mut LPWSTR, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpCFGInterpreterSite
impl Deref for ISpCFGInterpreterSite
Auto Trait Implementations§
impl Freeze for ISpCFGInterpreterSite
impl RefUnwindSafe for ISpCFGInterpreterSite
impl !Send for ISpCFGInterpreterSite
impl !Sync for ISpCFGInterpreterSite
impl Unpin for ISpCFGInterpreterSite
impl UnwindSafe for ISpCFGInterpreterSite
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