28 #ifndef IFCM_UNKNOWN_H_
29 #define IFCM_UNKNOWN_H_
31 #include "FCMPreConfig.h"
50 {0x775c253a, 0x376d, 0x4069, {0x83, 0x36, 0xc5, 0x1a, 0xfd, 0x11, 0x16, 0x3f}};
110 #include "FCMPostConfig.h"
112 #endif //IFCM_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
#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
Defines the interface that represents the IUnknown object.
Definition: IFCMUnknown.h:69
This file contains all the errors used in FCM.
This file contains the macros used in FCM.
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165