Internet System Information Structure
TheOTInetSysInfofunction (page 8-44) returns information about a host in an internet system information structure. The internet system information structure is defined by theInetSysInfodata type.
struct InetSysInfo { char cpuType[kMaxSysStringLen]; char osType[kMaxSysStringLen]; };
Field Description
cpuType- The CPU type of the specified host. This is a displayable character string maintained by the domain name server.
osType- The operating system running on the specified host. This is a displayable character string maintained by the domain name server.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help