windows::Win32::Storage::FileServerResourceManager

Trait IFsrmFileScreen_Impl

pub trait IFsrmFileScreen_Impl: 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<()>

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§