26 #ifndef IPAINTBRUSH_STROKE_STYLE_H_
27 #define IPAINTBRUSH_STROKE_STYLE_H_
29 #include "FCMPreConfig.h"
52 {0x937070ac, 0xccae, 0x4ea8, {0xbf, 0xdf, 0x79, 0x24, 0xac, 0x37, 0x05, 0x7b}};
81 #include "FCMPostConfig.h"
83 #endif // IPAINTBRUSH_STROKE_STYLE_H_
FCM::ConstFCMIID IID_IPAINTBRUSH_STROKE_STYLE
Defines the universally-unique interface ID for IPaintBrushStrokeStyle.
Definition: IPaintbrushStrokeStyle.h:51
#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). ...
Represents a 128 bit or 16-byte GUID (Globally Unique IDentifier) value.
Definition: FCMTypes.h:189
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165
Marker interface that represents a "paint brush" stroke style of an edge.
Definition: IPaintbrushStrokeStyle.h:71