Carbon


ScrapTypeSpec

Header: TranslationExtensions.h

struct ScrapTypeSpec {
    ScrapType format; 
    SInt32 hint;
};

Field descriptions

format

The type of the specified scrap.

hint

A 4-byte value reserved for use by your translation extension.

The ScrapTranslationList structure uses the ScrapTypeSpec data structure to describe a specific scrap format.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)