示例#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);
示例#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);