Skip to main content

IObjectWithAppUserModelID_Impl

Trait IObjectWithAppUserModelID_Impl 

Source
pub trait IObjectWithAppUserModelID_Impl: IUnknownImpl {
    // Required methods
    fn SetAppID(&self, pszappid: &PCWSTR) -> Result<(), Error>;
    fn GetAppID(&self) -> Result<PWSTR, Error>;
}

Required Methods§

Source

fn SetAppID(&self, pszappid: &PCWSTR) -> Result<(), Error>

Source

fn GetAppID(&self) -> Result<PWSTR, Error>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§