[DllImport("dhcpsapi.dll", SetLastError = true)] public static extern uint DhcpGetVersion( IntPtr ServerIpAddress, out uint MajorVersion, out uint MinorVersion );
Microsoft documentation: Link
Last updated 1 year ago