Trait windows::Win32::System::Wmi::IWbemObjectTextSrc_Impl
pub trait IWbemObjectTextSrc_Impl: Sized {
// Required methods
fn GetText(
&self,
lflags: i32,
pobj: Option<&IWbemClassObject>,
uobjtextformat: u32,
pctx: Option<&IWbemContext>,
) -> Result<BSTR>;
fn CreateFromText(
&self,
lflags: i32,
strtext: &BSTR,
uobjtextformat: u32,
pctx: Option<&IWbemContext>,
) -> Result<IWbemClassObject>;
}
Required Methods§
fn GetText( &self, lflags: i32, pobj: Option<&IWbemClassObject>, uobjtextformat: u32, pctx: Option<&IWbemContext>, ) -> Result<BSTR>
fn CreateFromText( &self, lflags: i32, strtext: &BSTR, uobjtextformat: u32, pctx: Option<&IWbemContext>, ) -> Result<IWbemClassObject>
Object Safety§
This trait is not object safe.