windows::Win32::System::Wmi

Trait IWbemStatusCodeText_Impl

pub trait IWbemStatusCodeText_Impl: IUnknownImpl {
    // Required methods
    fn GetErrorCodeText(
        &self,
        hres: HRESULT,
        localeid: u32,
        lflags: i32,
    ) -> Result<BSTR>;
    fn GetFacilityCodeText(
        &self,
        hres: HRESULT,
        localeid: u32,
        lflags: i32,
    ) -> Result<BSTR>;
}

Required Methods§

fn GetErrorCodeText( &self, hres: HRESULT, localeid: u32, lflags: i32, ) -> Result<BSTR>

fn GetFacilityCodeText( &self, hres: HRESULT, localeid: u32, lflags: i32, ) -> Result<BSTR>

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§