Exemple #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);
Exemple #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);