#[repr(C)]pub struct ISpeechVoiceStatus {
pub lpVtbl: *const ISpeechVoiceStatusVtbl,
}
Fields§
§lpVtbl: *const ISpeechVoiceStatusVtbl
Implementations§
Source§impl ISpeechVoiceStatus
impl ISpeechVoiceStatus
pub unsafe fn get_CurrentStreamNumber( &self, StreamNumber: *mut c_long, ) -> HRESULT
pub unsafe fn get_LastStreamNumberQueued( &self, StreamNumber: *mut c_long, ) -> HRESULT
pub unsafe fn get_LastHResult(&self, HResult: *mut c_long) -> HRESULT
pub unsafe fn get_RunningState(&self, State: *mut SpeechRunState) -> HRESULT
pub unsafe fn get_InputWordPosition(&self, Position: *mut c_long) -> HRESULT
pub unsafe fn get_InputWordLength(&self, Length: *mut c_long) -> HRESULT
pub unsafe fn get_InputSentencePosition(&self, Position: *mut c_long) -> HRESULT
pub unsafe fn get_InputSentenceLength(&self, Length: *mut c_long) -> HRESULT
pub unsafe fn get_LastBookmark(&self, Bookmark: *mut BSTR) -> HRESULT
pub unsafe fn get_LastBookmarkId(&self, BookmarkId: *mut c_long) -> HRESULT
pub unsafe fn get_PhonemeId(&self, PhoneId: *mut c_short) -> HRESULT
pub unsafe fn get_VisemeId(&self, VisemeId: *mut c_short) -> HRESULT
Methods from Deref<Target = IDispatch>§
pub unsafe fn GetTypeInfoCount(&self, pctinfo: *mut UINT) -> HRESULT
pub unsafe fn GetTypeInfo( &self, iTInfo: UINT, lcid: LCID, ppTInfo: *mut *mut ITypeInfo, ) -> HRESULT
pub unsafe fn GetIDsOfNames( &self, riid: REFIID, rgszNames: *mut LPOLESTR, cNames: UINT, lcid: LCID, rgDispId: *mut DISPID, ) -> HRESULT
pub unsafe fn Invoke( &self, dispIdMember: DISPID, riid: REFIID, lcid: LCID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ISpeechVoiceStatus
impl Deref for ISpeechVoiceStatus
Auto Trait Implementations§
impl Freeze for ISpeechVoiceStatus
impl RefUnwindSafe for ISpeechVoiceStatus
impl !Send for ISpeechVoiceStatus
impl !Sync for ISpeechVoiceStatus
impl Unpin for ISpeechVoiceStatus
impl UnwindSafe for ISpeechVoiceStatus
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