what's the equvilent call of OTInetQuery (OT) in sockets?
what's the equvilent call of OTInetQuery (OT) in sockets?
- Subject: what's the equvilent call of OTInetQuery (OT) in sockets?
- From: "Shengyong Li" <email@hidden>
- Date: Wed, 17 Jul 2002 16:54:42 -0700
- Thread-topic: what's the equvilent call of OTInetQuery (OT) in sockets?
OSStatus OTInetQuery(InetSvcRef ref,
char* name,
UInt16 qClass,
UInt16 qType,
char* buf,
size_t buflen,
void** argv,
size_t argvlen,
OTFlags flags);
=20
=20
OTInetQuery allows to pass in DNS query class and type. Only similar
function in sockets is gerservbyname() which doesn't allow you pass in
class and type.=20
=20
Thanks,
=20
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.