Example #1
0
		internal static int DnsQueryConfig(DnsConfigType ConfigType, uint Flag, string AdapterName, IntPtr reserved, ref IntPtr Buffer, ref int BufferLength)
		{
			return win32._DnsQueryConfig(ConfigType, Flag, AdapterName, reserved, ref Buffer, ref BufferLength);
		}
Example #2
0
		private static extern int _DnsQueryConfig(DnsConfigType ConfigType, uint Flag, string AdapterName, IntPtr reserved, ref IntPtr Buffer, ref int BufferLength);