29 #include "FCMPreConfig.h"
55 {0x926cb1e2, 0xce8a, 0x40ec, {0x84, 0xdc, 0x80, 0x5e, 0x11, 0x70, 0x84, 0xbc}};
70 {0x404d03b5, 0xb3a8, 0x4aa6, {0xb4, 0x96, 0x46, 0x69, 0x38, 0x4f, 0x36, 0x91}};
86 {0x4254c006, 0x17ce, 0x497c, {0xa6, 0x2c, 0x4, 0xf5, 0xd6, 0x9c, 0x87, 0x5}};
102 {0x55886e53, 0xcba5, 0x4708, {0xaf, 0xa7, 0x60, 0xc1, 0x39, 0x8, 0xf8, 0xe2}};
118 {0xd34ce64, 0x23a2, 0x4ff0, {0xbf, 0xca, 0x36, 0x8e, 0xde, 0x7d, 0x41, 0x4c}};
339 #include "FCMPostConfig.h"
Defines the interface that represents a folder layer in the timeline.
Definition: ILayer.h:208
FCM::ConstFCMIID IID_ILAYER_MASK
Defines the universally-unique interface ID for ILayerMask.
Definition: ILayer.h:101
#define FORWARD_DECLARE_INTERFACE(ifx)
Used to forward declare an interface ifx.
Definition: FCMMacros.h:114
unsigned _int32 U_Int32
Type to define an unsigned 32-bit value.
Definition: FCMTypes.h:81
#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
FCM::ConstFCMIID IID_ILAYER
Defines the universally-unique interface ID for ILayer.
Definition: ILayer.h:54
Defines the interface that represents a guide layer in the timeline.
Definition: ILayer.h:317
Defines the interface that represents a normal layer in the timeline.
Definition: ILayer.h:235
U_Int16 * StringRep16
Used to define a UTF16 (unicode) encoded string.
Definition: FCMTypes.h:161
This file contains interface for IFCMUnknown. All FCM interfaces inherit from IFCMUnknown. This interface is similar to Microsoft's COM IUnknown. Primary purpose of this interface is to facilitate a way to obtain pointers to other interfaces through QueryInterface method.
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
U_Int8 Boolean
Type to define a boolean.
Definition: FCMTypes.h:140
This file contains core definitions of the framework Flash Component Model (FCM). ...
#define _FCMCALL
Defines calling convention for interface methods.
Definition: FCMMacros.h:176
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
FCM::ConstFCMIID IID_ILAYER_FOLDER
Defines the universally-unique interface ID for ILayerFolder.
Definition: ILayer.h:69
FCM::ConstFCMIID IID_ILAYER_NORMAL
Defines the universally-unique interface ID for ILayerNormal.
Definition: ILayer.h:85
Defines the interface that represents a mask layer in the timeline.
Definition: ILayer.h:289
Defines the interface that represents a layer in the timeline.
Definition: ILayer.h:136
FCM::ConstFCMIID IID_ILAYER_GUIDE
Defines the universally-unique interface ID for ILayerGuide.
Definition: ILayer.h:117
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165