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

This file contains interface for IFCMCallback. The IFCMCallback interface is a glue for the objects created to access the FCM. Each object of an interface implementation contains pointer IFCMCallback object, which can be used to create a new object of any classID and interfaceID and also can be used to register a service which can be used by FCM Application or Plug-in. By default, the IFCMCalloc and IFCMNotificationService are registered with IFCMCallback by FCM Application. More...

#include "FCMPreConfig.h"
#include "FCMTypes.h"
#include "IFCMUnknown.h"
#include "FCMPostConfig.h"

Go to the source code of this file.

Classes

class  FCM::IFCMCallback
 Defines the interface that represents the callback. 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_IFCMCallback
 Defines the universally-unique interface ID for IFCMCallback. More...
 

Detailed Description

This file contains interface for IFCMCallback. The IFCMCallback interface is a glue for the objects created to access the FCM. Each object of an interface implementation contains pointer IFCMCallback object, which can be used to create a new object of any classID and interfaceID and also can be used to register a service which can be used by FCM Application or Plug-in. By default, the IFCMCalloc and IFCMNotificationService are registered with IFCMCallback by FCM Application.