pub trait IUpdateSession2_Impl: Sized + IUpdateSession_Impl {
    // Required methods
    fn UserLocale(&self) -> Result<u32>;
    fn SetUserLocale(&self, lcid: u32) -> Result<()>;
}

Required Methods§

fn UserLocale(&self) -> Result<u32>

fn SetUserLocale(&self, lcid: u32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§