Struct winapi::sapi::ISpeechAudioBufferInfo
[−]
[src]
pub struct ISpeechAudioBufferInfo { pub lpVtbl: *const ISpeechAudioBufferInfoVtbl, }
Fields
lpVtbl |
Methods
impl ISpeechAudioBufferInfo
[src]
unsafe fn get_MinNotification(&mut self, MinNotification: *mut c_long) -> HRESULT
unsafe fn put_MinNotification(&mut self, MinNotification: c_long) -> HRESULT
unsafe fn get_BufferSize(&mut self, BufferSize: *mut c_long) -> HRESULT
unsafe fn put_BufferSize(&mut self, BufferSize: c_long) -> HRESULT
unsafe fn get_EventBias(&mut self, EventBias: *mut c_long) -> HRESULT
unsafe fn put_EventBias(&mut self, EventBias: c_long) -> 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 ISpeechAudioBufferInfo
[src]
type Target = IDispatch
The resulting type after dereferencing
fn deref(&self) -> &IDispatch
The method called to dereference a value