28 #ifndef IFCM_NO_AGGREGATION_UNKNOWN_H_
29 #define IFCM_NO_AGGREGATION_UNKNOWN_H_
31 #include "FCMPreConfig.h"
49 {0xf04d68cf, 0x9429, 0x4393, {0x98, 0xa, 0xa2, 0x21, 0x5f, 0x5, 0xa, 0x17}};
107 #include "FCMPostConfig.h"
109 #endif //IFCM_NO_AGGREGATION_UNKNOWN_H_
This file contains definitions for various data types.
#define BEGIN_DECLARE_BASE_INTERFACE(ifx, iid)
Used to begin the interface ifx with ID iid, which inherits from IFCMUnknown.
Definition: FCMMacros.h:155
unsigned _int32 U_Int32
Type to define an unsigned 32-bit value.
Definition: FCMTypes.h:81
The definitions contained in this namespace define a framework called Flash Component Model (FCM)...
Definition: IGroup.h:36
void ** PPVoid
Type to define a pointer to pointer to void.
Definition: FCMTypes.h:154
Defines the interface that represents the NoAggregationUnknown.
Definition: IFCMNoAggregationUnknown.h:68
#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
This file contains all the errors used in FCM.
FCM::ConstFCMIID FCMIID_IFCMNoAggregationUnknown
Defines the universally-unique interface ID for IFCMNoAggregationUnknown.
Definition: IFCMNoAggregationUnknown.h:48
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165