Function windows::Win32::NetworkManagement::Dhcp::DhcpServerSetDnsRegCredentials
pub unsafe fn DhcpServerSetDnsRegCredentials<P0, P1, P2, P3>(
serveripaddress: P0,
uname: P1,
domain: P2,
passwd: P3,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,
P3: Param<PCWSTR>,