Function windows::Win32::NetworkManagement::Dhcp::DhcpV4GetPolicyEx
pub unsafe fn DhcpV4GetPolicyEx<P0, P1, P2>(
serveripaddress: P0,
globalpolicy: P1,
subnetaddress: u32,
policyname: P2,
policy: *mut *mut DHCP_POLICY_EX
) -> u32where
P0: IntoParam<PCWSTR>,
P1: IntoParam<BOOL>,
P2: IntoParam<PCWSTR>,
Expand description
Required features: "Win32_Foundation"