pub trait IShellUIHelper9_Impl: Sized + IShellUIHelper8_Impl {
    // Required method
    fn GetOSSku(&self) -> Result<u32>;
}

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§