Trait windows::Win32::Media::Speech::ISpXMLRecoResult_Impl

pub trait ISpXMLRecoResult_Impl: Sized + ISpRecoResult_Impl {
    // Required methods
    fn GetXMLResult(
        &self,
        ppszcomemxmlresult: *mut PWSTR,
        options: SPXMLRESULTOPTIONS,
    ) -> Result<()>;
    fn GetXMLErrorInfo(
        &self,
        psemanticerrorinfo: *mut SPSEMANTICERRORINFO,
    ) -> Result<()>;
}

Required Methods§

fn GetXMLResult( &self, ppszcomemxmlresult: *mut PWSTR, options: SPXMLRESULTOPTIONS, ) -> Result<()>

fn GetXMLErrorInfo( &self, psemanticerrorinfo: *mut SPSEMANTICERRORINFO, ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§