windows::Win32::NetworkManagement::Dhcp

Function DhcpSetSuperScopeV4

pub unsafe fn DhcpSetSuperScopeV4<P0, P2>(
    serveripaddress: P0,
    subnetaddress: u32,
    superscopename: P2,
    changeexisting: bool,
) -> u32
where P0: Param<PCWSTR>, P2: Param<PCWSTR>,