Struct winapi::sapi::ISpeechWaveFormatEx
[−]
[src]
pub struct ISpeechWaveFormatEx { pub lpVtbl: *const ISpeechWaveFormatExVtbl, }
Fields
lpVtbl |
Methods
impl ISpeechWaveFormatEx
[src]
unsafe fn get_FormatTag(&mut self, FormatTag: *mut c_short) -> HRESULT
unsafe fn put_FormatTag(&mut self, FormatTag: c_short) -> HRESULT
unsafe fn get_Channels(&mut self, Channels: *mut c_short) -> HRESULT
unsafe fn put_Channels(&mut self, Channels: c_short) -> HRESULT
unsafe fn get_SamplesPerSec(&mut self, SamplesPerSec: *mut c_long) -> HRESULT
unsafe fn put_SamplesPerSec(&mut self, SamplesPerSec: c_long) -> HRESULT
unsafe fn get_AvgBytesPerSec(&mut self, AvgBytesPerSec: *mut c_long) -> HRESULT
unsafe fn put_AvgBytesPerSec(&mut self, AvgBytesPerSec: c_long) -> HRESULT
unsafe fn get_BlockAlign(&mut self, BlockAlign: *mut c_short) -> HRESULT
unsafe fn put_BlockAlign(&mut self, BlockAlign: c_short) -> HRESULT
unsafe fn get_BitsPerSample(&mut self, BitsPerSample: *mut c_short) -> HRESULT
unsafe fn put_BitsPerSample(&mut self, BitsPerSample: c_short) -> HRESULT
unsafe fn get_ExtraData(&mut self, ExtraData: *mut VARIANT) -> HRESULT
unsafe fn put_ExtraData(&mut self, ExtraData: VARIANT) -> HRESULT
Methods from Deref<Target=IDispatch>
unsafe fn GetTypeInfoCount(&mut self, pctinfo: *mut UINT) -> HRESULT
unsafe fn GetTypeInfo(&mut self, iTInfo: UINT, lcid: LCID, ppTInfo: *mut *mut ITypeInfo) -> HRESULT
unsafe fn GetIDsOfNames(&mut self, riid: REFIID, rgszNames: *mut LPOLESTR, cNames: UINT, lcid: LCID, rgDispId: *mut DISPID) -> HRESULT
unsafe fn Invoke(&mut self, dispIdMember: DISPID, riid: REFIID, lcid: LCID, wFlags: WORD, pDispParams: *mut DISPPARAMS, pVarResult: *mut VARIANT, pExcepInfo: *mut EXCEPINFO, puArgErr: *mut UINT) -> HRESULT
Trait Implementations
impl Deref for ISpeechWaveFormatEx
[src]
type Target = IDispatch
The resulting type after dereferencing
fn deref(&self) -> &IDispatch
The method called to dereference a value