27 #ifndef IFEATURE_MATRIX_H_
28 #define IFEATURE_MATRIX_H_
30 #include "FCMPreConfig.h"
51 {0x745f0985, 0x43a9, 0x4f11, {0xbb, 0x66, 0x60, 0x21, 0xd5, 0x22, 0x23, 0xd7}};
346 FCM::VARIANT& outDefVal) = 0;
351 #include "FCMPostConfig.h"
353 #endif // IFEATURE_MATRIX_H_
Provides interfaces for custom document type.
#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
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
const U_Int16 * CStringRep16
Used to define a constant UTF16 (unicode) encoded string.
Definition: FCMTypes.h:168
Defines an interface that represents the feature matrix for the associated document type...
Definition: IFeatureMatrix.h:69
FCM::ConstFCMIID ID_IFEATURE_MATRIX
Defines the universally-unique interface ID for IFeatureMatrix.
Definition: IFeatureMatrix.h:50
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165