Mac OS 9
FileTransferTools.h
Go to the documentation of this file.
1 
19 #ifndef __FILETRANSFERTOOLS__
20 #define __FILETRANSFERTOOLS__
21 
22 #ifndef __CONDITIONALMACROS__
23 #include <ConditionalMacros.h>
24 #endif
25 
26 #ifndef __DIALOGS__
27 #include <Dialogs.h>
28 #endif
29 
30 #ifndef __FILETRANSFERS__
31 #include <FileTransfers.h>
32 #endif
33 
34 #if PRAGMA_ONCE
35 #pragma once
36 #endif
37 
38 #ifdef __cplusplus
39 extern "C" {
40 #endif
41 
42 #if PRAGMA_IMPORT
43 #pragma import on
44 #endif
45 
46 #if PRAGMA_STRUCT_ALIGN
47 #pragma options align = mac68k
48 #elif PRAGMA_STRUCT_PACKPUSH
49 #pragma pack(push, 2)
50 #elif PRAGMA_STRUCT_PACK
51 #pragma pack(2)
52 #endif
53 
54 #if CALL_NOT_IN_CARBON
55 enum {
57  fdefType = FOUR_CHAR_CODE('fdef'),
58  fsetType = FOUR_CHAR_CODE('fset'),
59  fvalType = FOUR_CHAR_CODE('fval'),
60  flocType = FOUR_CHAR_CODE('floc'),
61  fscrType = FOUR_CHAR_CODE('fscr'),
62  fbndType = FOUR_CHAR_CODE('fbnd'),
63  fverType = FOUR_CHAR_CODE('vers')
64 };
65 
66 enum {
68  ftInitMsg = 0,
69  ftDisposeMsg = 1,
70  ftSuspendMsg = 2,
71  ftResumeMsg = 3,
72  ftMenuMsg = 4,
73  ftEventMsg = 5,
74  ftActivateMsg = 6,
75  ftDeactivateMsg = 7,
76  ftGetErrorStringMsg = 8,
77  ftAbortMsg = 52,
78  ftStartMsg = 100,
79  ftExecMsg = 102,
80  ftSendMsg = 103,
81  ftReceiveMsg = 104
82 };
83 
84 enum {
87  ftSsetupMsg = 1,
88  ftSitemMsg = 2,
89  ftSfilterMsg = 3,
90  ftScleanupMsg = 4
91 };
92 
93 enum {
96  ftDefaultMsg = 1
97 };
98 
99 enum {
102  ftMsetMsg = 1
103 };
104 
105 enum {
108  ftL2Intl = 1
109 };
110 
113  short count;
114  Ptr theConfig;
115  short procID;
116 };
117 typedef struct FTSetupStruct FTSetupStruct;
118 typedef FTSetupStruct *FTSetupPtr;
119 #endif
121 #if PRAGMA_STRUCT_ALIGN
122 #pragma options align = reset
123 #elif PRAGMA_STRUCT_PACKPUSH
124 #pragma pack(pop)
125 #elif PRAGMA_STRUCT_PACK
126 #pragma pack()
127 #endif
128 
129 #ifdef PRAGMA_IMPORT_OFF
130 #pragma import off
131 #elif PRAGMA_IMPORT
132 #pragma import reset
133 #endif
134 
135 #ifdef __cplusplus
136 }
137 #endif
138 
139 #endif
Set up for compiler independent conditionals.
Dialog Manager interfaces.
@ fdefType
Definition: FileTransferTools.h:57
@ ftValidateMsg
Definition: FileTransferTools.h:95
@ ftMgetMsg
Definition: FileTransferTools.h:101
@ ftSpreflightMsg
Definition: FileTransferTools.h:86
@ ftL2English
Definition: FileTransferTools.h:107
@ ftInitMsg
Definition: FileTransferTools.h:68
CommToolbox File Transfer Manager Interfaces.
Definition: FileTransferTools.h:111
Ptr theConfig
Definition: FileTransferTools.h:114
short count
Definition: FileTransferTools.h:113
short procID
Definition: FileTransferTools.h:115
Definition: Quickdraw.h:1648