Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Networking With Open Transport / Part 2 - Open Transport Reference
Chapter 29 - TCP/IP Services Reference / Constants and Data Types


Internet System Information Structure

The OTInetSysInfo function returns information about a host in an internet system information structure. The internet system information structure is defined by the InetSysInfo 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.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 JAN 1998