pub trait IAppxManifestApplication_Impl: Sized {
    // Required methods
    fn GetStringValue(&self, name: &PCWSTR) -> Result<PWSTR>;
    fn GetAppUserModelId(&self) -> Result<PWSTR>;
}

Required Methods§

fn GetStringValue(&self, name: &PCWSTR) -> Result<PWSTR>

fn GetAppUserModelId(&self) -> Result<PWSTR>

Object Safety§

This trait is not object safe.

Implementors§