pub trait ISnapinPropertiesCallback_Impl: Sized {
    // Required method
    fn AddPropertyName(&self, pszpropname: &PCWSTR, dwflags: u32) -> Result<()>;
}

Required Methods§

fn AddPropertyName(&self, pszpropname: &PCWSTR, dwflags: u32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§