|
| typedef OSType | FileType |
| |
|
typedef ResType | ScrapType |
| |
|
typedef UInt32 | TranslationAttributes |
| |
|
typedef struct FileTypeSpec | FileTypeSpec |
| |
|
typedef struct FileTranslationList | FileTranslationList |
| |
|
typedef FileTranslationList * | FileTranslationListPtr |
| |
|
typedef FileTranslationListPtr * | FileTranslationListHandle |
| |
|
typedef struct ScrapTypeSpec | ScrapTypeSpec |
| |
|
typedef struct ScrapTranslationList | ScrapTranslationList |
| |
|
typedef ScrapTranslationList * | ScrapTranslationListPtr |
| |
|
typedef ScrapTranslationListPtr * | ScrapTranslationListHandle |
| |
|
typedef long | TranslationRefNum |
| |
|
typedef FileTranslationListHandle | translationList |
| |
|
typedef const FSSpec * | theDocument |
| |
|
typedef const FSSpec FileType * | docType |
| |
|
typedef TranslationRefNum | refNum |
| |
|
typedef TranslationRefNum const FSSpec * | sourceDocument |
| |
|
typedef TranslationRefNum const FSSpec FileType | srcType |
| |
|
typedef TranslationRefNum const FSSpec FileType long | srcTypeHint |
| |
|
typedef TranslationRefNum const FSSpec FileType long const FSSpec * | dstDoc |
| |
|
typedef TranslationRefNum const FSSpec FileType long const FSSpec FileType | dstType |
| |
|
typedef TranslationRefNum const FSSpec FileType long const FSSpec FileType long | dstTypeHint |
| |
|
typedef ScrapTranslationListHandle | list |
| |
|
typedef const void * | dataPtr |
| |
|
typedef const void Size | dataLength |
| |
|
typedef const void Size ScrapType * | dataFormat |
| |
|
typedef TranslationRefNum const void * | srcDataPtr |
| |
|
typedef TranslationRefNum const void Size | srcDataLength |
| |
|
typedef TranslationRefNum const void Size ScrapType long Handle | dstData |
| |
|
| enum | { kSupportsFileTranslation = 1
, kSupportsScrapTranslation = 2
, kTranslatorCanGenerateFilename = 4
} |
| |
| enum | { taDstDocNeedsResourceFork = 1
, taDstIsAppTranslation = 2
} |
| |
| enum | {
kTranslateGetFileTranslationList = 0
, kTranslateIdentifyFile = 1
, kTranslateTranslateFile = 2
, kTranslateGetTranslatedFilename = 3
,
kTranslateGetScrapTranslationList = 10
, kTranslateIdentifyScrap = 11
, kTranslateTranslateScrap = 12
, kTranslateGetScrapTranslationListConsideringData = 13
} |
| |
|
| OSErr | SetTranslationAdvertisement (TranslationRefNum refNum, PicHandle advertisement) |
| |
| OSErr | UpdateTranslationProgress (TranslationRefNum refNum, short percentDone, Boolean *canceled) |
| |
|
typedef | CALLBACK_API (ComponentResult, DoGetFileTranslationListProcPtr)(ComponentInstance self |
| |
|
typedef | CALLBACK_API (ComponentResult, DoIdentifyFileProcPtr)(ComponentInstance self |
| |
|
typedef | CALLBACK_API (ComponentResult, DoTranslateFileProcPtr)(ComponentInstance self |
| |
|
typedef | CALLBACK_API (ComponentResult, DoGetTranslatedFilenameProcPtr)(ComponentInstance self |
| |
|
typedef | CALLBACK_API (ComponentResult, DoGetScrapTranslationListProcPtr)(ComponentInstance self |
| |
|
typedef | CALLBACK_API (ComponentResult, DoIdentifyScrapProcPtr)(ComponentInstance self |
| |
|
typedef | CALLBACK_API (ComponentResult, DoTranslateScrapProcPtr)(ComponentInstance self |
| |
Macintosh Easy Open Translation Extension Interfaces.
- Introduced In: Macintosh Easy Open 1.1
- Avaliable From: Universal Interfaces 3.4.1
- Copyright: © 1989-2001 by Apple Computer, Inc., all rights reserved.
For bug reports, consult the following page on the World Wide Web:
http://developer.apple.com/bugreporter/