windows::Win32::Media::Speech

Trait ISpeechXMLRecoResult_Impl

pub trait ISpeechXMLRecoResult_Impl: ISpeechRecoResult_Impl {
    // Required methods
    fn GetXMLResult(&self, options: SPXMLRESULTOPTIONS) -> Result<BSTR>;
    fn GetXMLErrorInfo(
        &self,
        linenumber: *mut i32,
        scriptline: *mut BSTR,
        source: *mut BSTR,
        description: *mut BSTR,
        resultcode: *mut i32,
        iserror: *mut VARIANT_BOOL,
    ) -> Result<()>;
}

Required Methods§

fn GetXMLResult(&self, options: SPXMLRESULTOPTIONS) -> Result<BSTR>

fn GetXMLErrorInfo( &self, linenumber: *mut i32, scriptline: *mut BSTR, source: *mut BSTR, description: *mut BSTR, resultcode: *mut i32, iserror: *mut VARIANT_BOOL, ) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§