Beispiel #1
0
 public static extern DnsServiceErrorType DNSServiceQueryRecord(
     out IntPtr handle, DnsServiceFlags flags, int ifIndex, string fullName,
     [MarshalAs(UnmanagedType.U2)] DnsServiceType rrType, [MarshalAs(UnmanagedType.U2)] DnsServiceClass rrClass,
     DnsServiceQueryRecordReply callback, IntPtr context);
Beispiel #2
0
 public static extern DnsServiceErrorType DNSServiceQueryRecord(
     out IntPtr handle, DnsServiceFlags flags, int ifIndex, string fullName,
     [MarshalAs(UnmanagedType.U2)] DnsServiceType rrType, [MarshalAs(UnmanagedType.U2)] DnsServiceClass rrClass,
     DnsServiceQueryRecordReply callback, IntPtr context);