pub trait IFsrmFileScreen_Impl: Sized + IFsrmFileScreenBase_Impl {
// Required methods
fn Path(&self) -> Result<BSTR>;
fn SourceTemplateName(&self) -> Result<BSTR>;
fn MatchesSourceTemplate(&self) -> Result<VARIANT_BOOL>;
fn UserSid(&self) -> Result<BSTR>;
fn UserAccount(&self) -> Result<BSTR>;
fn ApplyTemplate(&self, filescreentemplatename: &BSTR) -> Result<()>;
}
Required Methods§
fn Path(&self) -> Result<BSTR>
fn SourceTemplateName(&self) -> Result<BSTR>
fn MatchesSourceTemplate(&self) -> Result<VARIANT_BOOL>
fn UserSid(&self) -> Result<BSTR>
fn UserAccount(&self) -> Result<BSTR>
fn ApplyTemplate(&self, filescreentemplatename: &BSTR) -> Result<()>
Object Safety§
This trait is not object safe.