Function windows::Win32::NetworkManagement::Dhcp::DhcpUndoRequestParams
pub unsafe fn DhcpUndoRequestParams<P0, P1>(
flags: u32,
reserved: Option<*const c_void>,
adaptername: P0,
requestidstr: P1
) -> u32where
P0: IntoParam<PCWSTR>,
P1: IntoParam<PCWSTR>,