Important: The information in this document is obsolete and should not be used for new development.
Internet System Information Structure
TheOTInetSysInfo
function returns information about a host in an internet system information structure. The internet system information structure is defined by theInetSysInfo
data type.
struct InetSysInfo { char cpuType[kMaxSysStringLen]; char osType[kMaxSysStringLen]; }; typedef struct InetSysInfo InetSysInfo;
Field Description
cpuType
- The CPU type of the specified host. This is an ASCII string maintained by the domain name server.
osType
- The operating system running on the specified host. This is an ASCII string maintained by the domain name server.