Function windows::Win32::NetworkManagement::Dhcp::DhcpV6SetStatelessStoreParams
pub unsafe fn DhcpV6SetStatelessStoreParams<P0, P1>(
serveripaddress: P0,
fserverlevel: P1,
subnetaddress: DHCP_IPV6_ADDRESS,
fieldmodified: u32,
params: *const DHCPV6_STATELESS_PARAMS
) -> u32where
P0: IntoParam<PCWSTR>,
P1: IntoParam<BOOL>,
Expand description
Required features: "Win32_NetworkManagement_Dhcp"
, "Win32_Foundation"