Struct windows::Win32::Media::Speech::ISpeechLexicon_Vtbl
#[repr(C)]pub struct ISpeechLexicon_Vtbl {
pub base__: IDispatch_Vtbl,
pub GenerationId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetWords: unsafe extern "system" fn(_: *mut c_void, _: SpeechLexiconType, _: *mut i32, _: *mut *mut c_void) -> HRESULT,
pub AddPronunciation: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: i32, _: SpeechPartOfSpeech, _: MaybeUninit<BSTR>) -> HRESULT,
pub AddPronunciationByPhoneIds: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: i32, _: SpeechPartOfSpeech, _: *const MaybeUninit<VARIANT>) -> HRESULT,
pub RemovePronunciation: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: i32, _: SpeechPartOfSpeech, _: MaybeUninit<BSTR>) -> HRESULT,
pub RemovePronunciationByPhoneIds: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: i32, _: SpeechPartOfSpeech, _: *const MaybeUninit<VARIANT>) -> HRESULT,
pub GetPronunciations: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: i32, _: SpeechLexiconType, _: *mut *mut c_void) -> HRESULT,
pub GetGenerationChange: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§GenerationId: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GetWords: unsafe extern "system" fn(_: *mut c_void, _: SpeechLexiconType, _: *mut i32, _: *mut *mut c_void) -> HRESULT
§AddPronunciation: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: i32, _: SpeechPartOfSpeech, _: MaybeUninit<BSTR>) -> HRESULT
§AddPronunciationByPhoneIds: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: i32, _: SpeechPartOfSpeech, _: *const MaybeUninit<VARIANT>) -> HRESULT
§RemovePronunciation: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: i32, _: SpeechPartOfSpeech, _: MaybeUninit<BSTR>) -> HRESULT
§RemovePronunciationByPhoneIds: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: i32, _: SpeechPartOfSpeech, _: *const MaybeUninit<VARIANT>) -> HRESULT
§GetPronunciations: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: i32, _: SpeechLexiconType, _: *mut *mut c_void) -> HRESULT
§GetGenerationChange: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ISpeechLexicon_Vtbl
impl ISpeechLexicon_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpeechLexicon_Vtblwhere
Identity: ISpeechLexicon_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpeechLexicon_Vtbl
impl RefUnwindSafe for ISpeechLexicon_Vtbl
impl Send for ISpeechLexicon_Vtbl
impl Sync for ISpeechLexicon_Vtbl
impl Unpin for ISpeechLexicon_Vtbl
impl UnwindSafe for ISpeechLexicon_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