#[repr(C)]pub struct ISpeechBaseStream {
pub lpVtbl: *const ISpeechBaseStreamVtbl,
}
Fields§
§lpVtbl: *const ISpeechBaseStreamVtbl
Implementations§
Source§impl ISpeechBaseStream
impl ISpeechBaseStream
pub unsafe fn get_Format( &self, AudioFormat: *mut *mut ISpeechAudioFormat, ) -> HRESULT
pub unsafe fn putref_Format( &self, AudioFormat: *mut ISpeechAudioFormat, ) -> HRESULT
pub unsafe fn Read( &self, Buffer: *mut VARIANT, NumberOfBytes: c_long, BytesRead: *mut c_long, ) -> HRESULT
pub unsafe fn Write( &self, Buffer: VARIANT, BytesWritten: *mut c_long, ) -> HRESULT
pub unsafe fn Seek( &self, Position: VARIANT, Origin: SpeechStreamSeekPositionType, NewPosition: *mut VARIANT, ) -> 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 ISpeechBaseStream
impl Deref for ISpeechBaseStream
Auto Trait Implementations§
impl Freeze for ISpeechBaseStream
impl RefUnwindSafe for ISpeechBaseStream
impl !Send for ISpeechBaseStream
impl !Sync for ISpeechBaseStream
impl Unpin for ISpeechBaseStream
impl UnwindSafe for ISpeechBaseStream
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