示例#1
0
 public static extern int DnsQuery([MarshalAs(UnmanagedType.VBByRefStr)] ref string pszName, flags.DnsRecordTypes wType, flags.DnsQueryOptions options, IntPtr pExtra, ref IntPtr ppQueryResults, int pReserved);
示例#2
0
 public static extern int DnsQuery([MarshalAs(UnmanagedType.VBByRefStr)] ref string pszName, flags.DnsRecordTypes wType, flags.DnsQueryOptions options, ref flags.IP4_ARRAY dnsServerIpArray, ref IntPtr ppQueryResults, int pReserved);