Trait windows::Win32::UI::Shell::IObjectWithProgID_Impl
pub trait IObjectWithProgID_Impl: Sized {
// Required methods
fn SetProgID(&self, pszprogid: &PCWSTR) -> Result<()>;
fn GetProgID(&self) -> Result<PWSTR>;
}
Required Methods§
Object Safety§
This trait is not object safe.