Function windows::Win32::NetworkManagement::Dhcp::DhcpHlprCreateV4Policy
pub unsafe fn DhcpHlprCreateV4Policy<P0, P1, P2, P3>(
policyname: P0,
fglobalpolicy: P1,
subnet: u32,
processingorder: u32,
rootoperator: DHCP_POL_LOGIC_OPER,
description: P2,
enabled: P3,
policy: *mut *mut DHCP_POLICY
) -> u32where
P0: IntoParam<PCWSTR>,
P1: IntoParam<BOOL>,
P2: IntoParam<PCWSTR>,
P3: IntoParam<BOOL>,
Expand description
Required features: "Win32_Foundation"