Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IFCMPluginDictionary.h File Reference

This file contains interface for IFCMPluginDictionary. The IFCMPluginDictionary interface provides a generic mechanism for exchanging plug-in data with FCM Application. This interface provides a list of registry dictionaries. Each registry dictionary corresponds to dictionary for an interface implementation in plug-in. IFCMPluginDictionary aggregates IFCMDictionary. The FCM Application can define a set of keys for an interface and data corresponding to these keys will be populated by the plug-in in the registry dictionary and this data can be used by the FCM Application. More...

#include "FCMPreConfig.h"
#include "FCMPluginInterface.h"
#include "IFCMDictionary.h"
#include "FCMPostConfig.h"

Go to the source code of this file.

Classes

class  FCM::IFCMPluginDictionary
 Defines the interface that represents the Plugin Dictionary. More...
 

Namespaces

 FCM
 The definitions contained in this namespace define a framework called Flash Component Model (FCM), which is responsible for plug-in management. The FCM framework manages loading, unloading and registration of the plug-in. It also manages service instantiation, object instantiation and object lifetime management.
 

Variables

FCM::ConstFCMIID FCM::FCMIID_IFCMPluginDictionary
 Defines the universally-unique interface ID for IFCMPluginDictionary. More...
 

Detailed Description

This file contains interface for IFCMPluginDictionary. The IFCMPluginDictionary interface provides a generic mechanism for exchanging plug-in data with FCM Application. This interface provides a list of registry dictionaries. Each registry dictionary corresponds to dictionary for an interface implementation in plug-in. IFCMPluginDictionary aggregates IFCMDictionary. The FCM Application can define a set of keys for an interface and data corresponding to these keys will be populated by the plug-in in the registry dictionary and this data can be used by the FCM Application.