Function windows::Win32::NetworkManagement::Dhcp::DhcpCreateOption
pub unsafe fn DhcpCreateOption<P0>(
serveripaddress: P0,
optionid: u32,
optioninfo: *const DHCP_OPTION,
) -> u32where
P0: Param<PCWSTR>,