Trait windows::Win32::System::Ole::IPropertyPageSite_Impl

pub trait IPropertyPageSite_Impl: Sized {
    // Required methods
    fn OnStatusChange(&self, dwflags: &PROPPAGESTATUS) -> Result<()>;
    fn GetLocaleID(&self) -> Result<u32>;
    fn GetPageContainer(&self) -> Result<IUnknown>;
    fn TranslateAccelerator(&self, pmsg: *const MSG) -> Result<()>;
}

Required Methods§

fn OnStatusChange(&self, dwflags: &PROPPAGESTATUS) -> Result<()>

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

fn GetPageContainer(&self) -> Result<IUnknown>

fn TranslateAccelerator(&self, pmsg: *const MSG) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§