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: More Macintosh Toolbox /
Chapter 7 - Translation Manager / Translation Extension Reference
Translation Extension Data Structures


Scrap Type Specifications

You use the ScrapTypeSpec data structure to describe a specific scrap format.

TYPE ScrapTypeSpec = 
   RECORD
      format:           ScrapType;
      hint:             LongInt;
   END;
Field Description
format
The type of the specified scrap.
hint
A 4-byte value reserved for use by your translation extension.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996