home *** CD-ROM | disk | FTP | other *** search
/ AppleScript - The Beta Release / AppleScript - The Beta Release.iso / Development Tools / Unsupported Tools / Sample OSA Component / Components.r < prev    next >
Encoding:
Text File  |  1992-12-03  |  334 b   |  16 lines  |  [TEXT/MPS ]

  1. type 'thng' {
  2.     hex longint    type;
  3.     hex longint    subType;
  4.     hex longint    manufacturere;
  5.     hex    longint    flags;
  6.     hex    longint flagsMask;
  7.     hex longint    thingResType;    
  8.     int thingResID;
  9.     hex longint  thingNameResType;
  10.     int thingNameResID;
  11.     hex longint  thingInfoResType;
  12.     int thingInfoResID;
  13.     hex longint  thingIconResType;
  14.     int thingIconResID;
  15. };
  16.