Struct winapi::sapi::ISpeechResourceLoader [] [src]

pub struct ISpeechResourceLoader {
    pub lpVtbl: *const ISpeechResourceLoaderVtbl,
}

Fields

lpVtbl

Methods

impl ISpeechResourceLoader
[src]

unsafe fn LoadResource(&mut self, bstrResourceUri: BSTR, fAlwaysReload: VARIANT_BOOL, pStream: *mut *mut IUnknown, pbstrMIMEType: *mut BSTR, pfModified: *mut VARIANT_BOOL, pbstrRedirectUrl: *mut BSTR) -> HRESULT

unsafe fn GetLocalCopy(&mut self, bstrResourceUri: BSTR, pbstrLocalPath: *mut BSTR, pbstrMIMEType: *mut BSTR, pbstrRedirectUrl: *mut BSTR) -> HRESULT

unsafe fn ReleaseLocalCopy(&mut self, pbstrLocalPath: 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 Deref for ISpeechResourceLoader
[src]

type Target = IDispatch

The resulting type after dereferencing

fn deref(&self) -> &IDispatch

The method called to dereference a value

impl DerefMut for ISpeechResourceLoader
[src]

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

The method called to mutably dereference a value

Derived Implementations

impl Debug for ISpeechResourceLoader
[src]

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

Formats the value using the given formatter.