Searched refs:QueryRecord (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/Clients/SimpleChat.VB/
H A DSimpleChat.vb96 m_resolver = m_service.QueryRecord(0, ifIndex, hostname, Bonjour.DNSSDRRType.kDNSSDType_A, Bonjour.DNSSDRRClass.kDNSSDClass_IN, MyEventManager)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A DDNSSDService.h408 STDMETHOD(QueryRecord)(DNSSDFlags flags, ULONG ifIndex, BSTR fullname, DNSSDRRType rrtype, DNSSDRRClass rrclass, IDNSSDEventManager *eventManager, IDNSSDService **service);
H A DDLLX.idl338 [id(5), helpstring("method QueryRecord")] HRESULT QueryRecord([in] DNSSDFlags flags, [in] ULONG ifIndex, [in] BSTR fullname, [in] DNSSDRRType rrtype, [in] DNSSDRRClass rrclass, [in] IDNSSDEventManager* eventManager, [out,retval] IDNSSDService** service);
H A DDNSSD.cpp247 STDMETHODIMP CDNSSD::QueryRecord(DNSSDFlags flags, ULONG ifIndex, BSTR fullname, DNSSDRRType rrtype, DNSSDRRClass rrclass, IQueryRecordListener *listener, IDNSSDService **service) function in class:CDNSSD
H A DDNSSDService.cpp638 STDMETHODIMP CDNSSDService::QueryRecord(DNSSDFlags flags, ULONG ifIndex, BSTR fullname, DNSSDRRType rrtype, DNSSDRRClass rrclass, IDNSSDEventManager *eventManager, IDNSSDService **service) function in class:CDNSSDService
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLL.NET/
H A Ddnssd_NET.h270 * Internal - Dispatch a QueryRecord callback
1068 * QueryRecord() instead, as it is more efficient for this task.
1075 * SRV or TXT records, QueryRecord() should be used.
1277 * sdRef: The ServiceRef initialized by QueryRecord().
1316 /* QueryRecord() Parameters:
1350 QueryRecord
H A Ddnssd_NET.cpp971 * QueryRecord()
978 DNSService::QueryRecord function in class:DNSService
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/SimpleChat.NET/
H A DSimpleChat.cs187 m_resolver = m_service.QueryRecord(0, ifIndex, hostName, DNSSDRRType.kDNSSDType_A, DNSSDRRClass.kDNSSDClass_IN, m_eventManager );
191 MessageBox.Show("QueryRecord Failed", "Error");
199 // Called by DNSServices core as a result of DNSService.QueryRecord()

Completed in 148 milliseconds