pub unsafe fn DhcpV4SetPolicyEnforcement<P0, P1, P2>(
    serveripaddress: P0,
    fglobalpolicy: P1,
    subnetaddress: u32,
    enable: P2
) -> u32where
    P0: IntoParam<PCWSTR>,
    P1: IntoParam<BOOL>,
    P2: IntoParam<BOOL>,
Expand description

Required features: "Win32_NetworkManagement_Dhcp", "Win32_Foundation"