Struct winapi::sapi::ISpeechDataKey [] [src]

pub struct ISpeechDataKey {
    pub lpVtbl: *const ISpeechDataKeyVtbl,
}

Fields

lpVtbl: *const ISpeechDataKeyVtbl

Methods

impl ISpeechDataKey
[src]

unsafe fn SetBinaryValue(&mut self, ValueName: BSTR, Value: VARIANT) -> HRESULT

unsafe fn GetBinaryValue(&mut self, ValueName: BSTR, Value: *mut VARIANT) -> HRESULT

unsafe fn SetStringValue(&mut self, ValueName: BSTR, Value: BSTR) -> HRESULT

unsafe fn GetStringValue(&mut self, ValueName: BSTR, Value: *mut BSTR) -> HRESULT

unsafe fn SetLongValue(&mut self, ValueName: BSTR, Value: c_long) -> HRESULT

unsafe fn GetLongValue(&mut self, ValueName: BSTR, Value: *mut c_long) -> HRESULT

unsafe fn OpenKey(&mut self, SubKeyName: BSTR, SubKey: *mut *mut ISpeechDataKey) -> HRESULT

unsafe fn CreateKey(&mut self, SubKeyName: BSTR, SubKey: *mut *mut ISpeechDataKey) -> HRESULT

unsafe fn DeleteKey(&mut self, SubKeyName: BSTR) -> HRESULT

unsafe fn DeleteValue(&mut self, ValueName: BSTR) -> HRESULT

unsafe fn EnumKeys(&mut self, Index: c_long, SubKeyName: *mut BSTR) -> HRESULT

unsafe fn EnumValues(&mut self, Index: c_long, ValueName: *mut BSTR) -> 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 Debug for ISpeechDataKey
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for ISpeechDataKey
[src]

type Target = IDispatch

The resulting type after dereferencing

fn deref(&self) -> &IDispatch

The method called to dereference a value

impl DerefMut for ISpeechDataKey
[src]

fn deref_mut(&mut self) -> &mut IDispatch

The method called to mutably dereference a value