pub unsafe fn DhcpSetSuperScopeV4<P0, P1, P2>(
    serveripaddress: P0,
    subnetaddress: u32,
    superscopename: P1,
    changeexisting: P2
) -> u32where
    P0: IntoParam<PCWSTR>,
    P1: IntoParam<PCWSTR>,
    P2: IntoParam<BOOL>,
Expand description

Required features: "Win32_Foundation"