26 #ifndef IFCM_DICTIONARY_H_
27 #define IFCM_DICTIONARY_H_
29 #include "FCMPreConfig.h"
47 {0x8bb58643, 0x57e, 0x4158, {0x88, 0x76, 0x6f, 0xf3, 0x34, 0xe5, 0xec, 0xe6}};
55 #define FCMDICT_RUNTIME_KEY_PREFIX "_rt_"
275 #include "FCMPostConfig.h"
277 #endif //IFCM_DICTIONARY_H_
This file contains definitions for various data types.
unsigned _int32 U_Int32
Type to define an unsigned 32-bit value.
Definition: FCMTypes.h:81
#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
Definition: IFCMDictionary.h:75
Defines the interface that represents the dictionary.
Definition: IFCMDictionary.h:118
This file contains interface for IFCMUnknown. All FCM interfaces inherit from IFCMUnknown. This interface is similar to Microsoft's COM IUnknown. Primary purpose of this interface is to facilitate a way to obtain pointers to other interfaces through QueryInterface method.
Definition: IFCMDictionary.h:93
Definition: IFCMDictionary.h:90
#define _FCMCALL
Defines calling convention for interface methods.
Definition: FCMMacros.h:176
Definition: IFCMDictionary.h:96
Definition: IFCMDictionary.h:81
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
Definition: IFCMDictionary.h:72
Definition: IFCMDictionary.h:84
Definition: IFCMDictionary.h:78
Definition: IFCMDictionary.h:87
const char * CStringRep8
Used to define a constant unicode (UTF8) encoded string.
Definition: FCMTypes.h:182
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165
void * PVoid
Type to define a void pointer.
Definition: FCMTypes.h:147
FCMDictRecTypeID
This defines different types of dictionary IDs.
Definition: IFCMDictionary.h:66
char * StringRep8
Used to define a unicode (UTF8) encoded string.
Definition: FCMTypes.h:175
FCM::ConstFCMIID FCMIID_IFCMDictionary
Defines the universally-unique interface ID for IFCMDictionary.
Definition: IFCMDictionary.h:46
Definition: IFCMDictionary.h:69