Struct ISpLexicon_Vtbl
#[repr(C)]pub struct ISpLexicon_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetPronunciations: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u16, _: u32, _: *mut SPWORDPRONUNCIATIONLIST) -> HRESULT,
pub AddPronunciation: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u16, _: SPPARTOFSPEECH, _: *const u16) -> HRESULT,
pub RemovePronunciation: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u16, _: SPPARTOFSPEECH, _: *const u16) -> HRESULT,
pub GetGeneration: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetGenerationChange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut SPWORDLIST) -> HRESULT,
pub GetWords: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut u32, _: *mut SPWORDLIST) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetPronunciations: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u16, _: u32, _: *mut SPWORDPRONUNCIATIONLIST) -> HRESULT
§AddPronunciation: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u16, _: SPPARTOFSPEECH, _: *const u16) -> HRESULT
§RemovePronunciation: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: u16, _: SPPARTOFSPEECH, _: *const u16) -> HRESULT
§GetGeneration: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetGenerationChange: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut SPWORDLIST) -> HRESULT
§GetWords: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut u32, _: *mut SPWORDLIST) -> HRESULT
Implementations§
§impl ISpLexicon_Vtbl
impl ISpLexicon_Vtbl
pub const fn new<Identity: ISpLexicon_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpLexicon_Vtbl
impl RefUnwindSafe for ISpLexicon_Vtbl
impl Send for ISpLexicon_Vtbl
impl Sync for ISpLexicon_Vtbl
impl Unpin for ISpLexicon_Vtbl
impl UnwindSafe for ISpLexicon_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