Mac OS 9
EntityName Struct Reference

#include <AppleTalk.h>

Data Fields

Str32Field objStr
 
Str32Field typeStr
 
Str32Field zoneStr
 

Detailed Description

Real definition of EntityName is 3 PACKED strings of any length (32 is just an example). No offests for Asm since each String address must be calculated by adding length byte to last string ptr. In Pascal, String(32) will be 34 bytes long since fields never start on an odd byte unless they are only a byte long. So this will generate correct looking interfaces for Pascal and C, but they will not be the same, which is OK since they are not used.


The documentation for this struct was generated from the following file: