windows::Win32::NetworkManagement::Dhcp

Function DhcpRegisterParamChange

pub unsafe fn DhcpRegisterParamChange<P2>(
    flags: u32,
    reserved: Option<*const c_void>,
    adaptername: P2,
    classid: *mut DHCPCAPI_CLASSID,
    params: DHCPCAPI_PARAMS_ARRAY,
    handle: *mut c_void,
) -> u32
where P2: Param<PCWSTR>,