Function windows::Win32::NetworkManagement::Dhcp::DhcpSetOptionValue
pub unsafe fn DhcpSetOptionValue<P0>(
serveripaddress: P0,
optionid: u32,
scopeinfo: *const DHCP_OPTION_SCOPE_INFO,
optionvalue: *const DHCP_OPTION_DATA,
) -> u32where
P0: Param<PCWSTR>,