32 #ifndef IFCM_PLUGIN_DICTIONARY_H_
33 #define IFCM_PLUGIN_DICTIONARY_H_
35 #include "FCMPreConfig.h"
53 {0x6dc4ba91, 0x3bf2, 0x4dd7, {0x85, 0xb6, 0x8d, 0x6c, 0x3e, 0x76, 0x55, 0x20}};
94 PIFCMDictionary* ppRegistryDict) = 0;
130 PIFCMDictionary& pRegistryDict) = 0;
140 #include "FCMPostConfig.h"
142 #endif //IFCM_PLUGIN_DICTIONARY_H_
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
This file contains interface for IFCMDictionary. The IFCMDictionary is an interface for generic conta...
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
FCM::ConstFCMIID FCMIID_IFCMPluginDictionary
Defines the universally-unique interface ID for IFCMPluginDictionary.
Definition: IFCMPluginDictionary.h:52
Defines the interface that represents the Plugin Dictionary.
Definition: IFCMPluginDictionary.h:72
#define END_DECLARE_INTERFACE
Ends an interface.
Definition: FCMMacros.h:165