Function windows::Win32::NetworkManagement::Dhcp::DhcpV4RemoveOptionValue
pub unsafe fn DhcpV4RemoveOptionValue<P0, P1, P2>(
serveripaddress: P0,
flags: u32,
optionid: u32,
policyname: P1,
vendorname: P2,
scopeinfo: *mut DHCP_OPTION_SCOPE_INFO
) -> u32where
P0: IntoParam<PCWSTR>,
P1: IntoParam<PCWSTR>,
P2: IntoParam<PCWSTR>,
Expand description
Required features: "Win32_NetworkManagement_Dhcp"