26 #ifndef ISWF_EXPORT_SERVICE_H_
27 #define ISWF_EXPORT_SERVICE_H_
29 #include "FCMPreConfig.h"
60 {0xb4c11f4f, 0x982a, 0x4d24, {0xa5, 0xc4, 0xbf, 0x9c, 0xa0, 0x43, 0x7b, 0xf5}};
98 DOM::PIFLADocument pFlaDocument,
119 DOM::PITimeline pTimeline,
130 #include "FCMPostConfig.h"
132 #endif // ISWF_EXPORT_SERVICE_H_
FCM::ConstFCMIID IID_ISWF_EXPORT_SERVICE
Defines the universally-unique interface ID for ISWFExportService.
Definition: ISWFExportService.h:59
#define FORWARD_DECLARE_INTERFACE(ifx)
Used to forward declare an interface ifx.
Definition: FCMMacros.h:114
#define BEGIN_DECLARE_INTERFACE(ifx, iid)
Used to begin the interface ifx with ID iid, which inherits from IFCMUnknown.
Definition: FCMMacros.h:147
The definitions contained in this namespace define a framework called Flash Component Model (FCM)...
Definition: IGroup.h:36
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
This file contains interface for IFCMDictionary. The IFCMDictionary is an interface for generic conta...
This file contains core definitions of the framework Flash Component Model (FCM). ...
#define _FCMCALL
Defines calling convention for interface methods.
Definition: FCMMacros.h:176
This file contains the types used for DOM traversal and access.
U_Int32 Result
Type to define a result. This is usually the return type for most APIs.
Definition: FCMTypes.h:126
Represents a 128 bit or 16-byte GUID (Globally Unique IDentifier) value.
Definition: FCMTypes.h:189
Provides interfaces for exporter that can be used by custom publisher.
const U_Int16 * CStringRep16
Used to define a constant UTF16 (unicode) encoded string.
Definition: FCMTypes.h:168
Defines an interface that exports an FLA document to SWF format.
Definition: ISWFExportService.h:79
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165