示例#1
0
文件: win32.cs 项目: nickchal/pash
		internal static int DnsQuery(string pszName, RecordType wType, QueryOptions options, ref IP4AddressArray pExtra, out IntPtr ppQueryResults, IntPtr pReserved)
		{
			return win32._DnsQueryW(pszName, (ushort)wType, (uint)options, out pExtra, out ppQueryResults, IntPtr.Zero);
		}
示例#2
0
文件: win32.cs 项目: nickchal/pash
		private static extern int _DnsQueryW(string pszName, ushort wType, uint options, out IP4AddressArray pExtra, out IntPtr ppQueryResults, IntPtr pReserved);