Trait windows::Win32::Devices::Enumeration::Pnp::IUPnPServiceEnumProperty_Impl
pub trait IUPnPServiceEnumProperty_Impl: Sized {
// Required method
fn SetServiceEnumProperty(&self, dwmask: u32) -> Result<()>;
}
Required Methods§
fn SetServiceEnumProperty(&self, dwmask: u32) -> Result<()>
Object Safety§
This trait is not object safe.