pub trait INetCfgPnpReconfigCallback_Impl: Sized {
    // Required method
    fn SendPnpReconfig(
        &self,
        layer: NCPNP_RECONFIG_LAYER,
        pszwupper: &PCWSTR,
        pszwlower: &PCWSTR,
        pvdata: *const c_void,
        dwsizeofdata: u32
    ) -> Result<()>;
}

Required Methods§

fn SendPnpReconfig( &self, layer: NCPNP_RECONFIG_LAYER, pszwupper: &PCWSTR, pszwlower: &PCWSTR, pvdata: *const c_void, dwsizeofdata: u32 ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§