26 #ifndef ISTROKE_WIDTH_H_
27 #define ISTROKE_WIDTH_H_
29 #include "FCMPreConfig.h"
54 {0x7f877445, 0xe2b3, 0x4e39, {0xa2, 0x5f, 0x29, 0x4a, 0x22, 0xed, 0x98, 0xd3}};
84 #include "FCMPostConfig.h"
86 #endif // ISTROKE_WIDTH_H_
This file contains definitions for various data types.
Defines an interface that represents a stroke width associated with the stroke.
Definition: IStrokeWidth.h:73
#define BEGIN_DECLARE_INTERFACE(ifx, iid)
Used to begin the interface ifx with ID iid, which inherits from IFCMUnknown.
Definition: FCMMacros.h:147
Provides interfaces and other definitions to access the FLA authored contents in the form of a DOM (D...
This file contains core definitions of the framework Flash Component Model (FCM). ...
This file contains the types used for DOM traversal and access.
Represents a 128 bit or 16-byte GUID (Globally Unique IDentifier) value.
Definition: FCMTypes.h:189
FCM::ConstFCMIID IID_ISTROKE_WIDTH
Defines the universally-unique interface ID for IStrokeWidth.
Definition: IStrokeWidth.h:53
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165