windows::Win32::NetworkManagement::Dhcp

Function DhcpSetOptionValuesV5

pub unsafe fn DhcpSetOptionValuesV5<P0, P2, P3>(
    serveripaddress: P0,
    flags: u32,
    classname: P2,
    vendorname: P3,
    scopeinfo: *mut DHCP_OPTION_SCOPE_INFO,
    optionvalues: *mut DHCP_OPTION_VALUE_ARRAY,
) -> u32
where P0: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>,