Carbon


DNSQueryInfo

Header: OpenTransportProviders.h

struct DNSQueryInfo {
    UInt16 qType; 
    UInt16 qClass; 
    UInt32 ttl; 
    InetDomainName name; 
    UInt16 responseType; 
    UInt16 resourceLen; 
    char resourceData[4];
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)