windows::Win32::NetworkManagement::Dhcp

Function DhcpCreateOptionV6

pub unsafe fn DhcpCreateOptionV6<P0, P3, P4>(
    serveripaddress: P0,
    flags: u32,
    optionid: u32,
    classname: P3,
    vendorname: P4,
    optioninfo: *mut DHCP_OPTION,
) -> u32
where P0: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>,