#[repr(C)]pub struct ISpeechResourceLoader {
pub lpVtbl: *const ISpeechResourceLoaderVtbl,
}
Fields§
§lpVtbl: *const ISpeechResourceLoaderVtbl
Implementations§
Source§impl ISpeechResourceLoader
impl ISpeechResourceLoader
pub unsafe fn LoadResource( &self, bstrResourceUri: BSTR, fAlwaysReload: VARIANT_BOOL, pStream: *mut *mut IUnknown, pbstrMIMEType: *mut BSTR, pfModified: *mut VARIANT_BOOL, pbstrRedirectUrl: *mut BSTR, ) -> HRESULT
pub unsafe fn GetLocalCopy( &self, bstrResourceUri: BSTR, pbstrLocalPath: *mut BSTR, pbstrMIMEType: *mut BSTR, pbstrRedirectUrl: *mut BSTR, ) -> HRESULT
pub unsafe fn ReleaseLocalCopy(&self, pbstrLocalPath: BSTR) -> 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 ISpeechResourceLoader
impl Deref for ISpeechResourceLoader
Auto Trait Implementations§
impl Freeze for ISpeechResourceLoader
impl RefUnwindSafe for ISpeechResourceLoader
impl !Send for ISpeechResourceLoader
impl !Sync for ISpeechResourceLoader
impl Unpin for ISpeechResourceLoader
impl UnwindSafe for ISpeechResourceLoader
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