Custom Platform Support Development Kit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | List of all members
Application::Service::IFlashApplicationService Class Referenceabstract

This service provides Flash application-level services. More...

#include <IFlashApplicationService.h>

Inheritance diagram for Application::Service::IFlashApplicationService:

Public Member Functions

virtual FCM::Result _FCMCALL GetActiveFLADocument (DOM::PIFLADocument &pDocument)=0
 This function returns the active FLA document. More...
 
virtual FCM::Result _FCMCALL GetVersion (FCM::U_Int32 &version)=0
 This function returns the Flash Professional version. More...
 
virtual FCM::Result _FCMCALL GetLanguageCode (StringRep8 *ppLanguageCode)=0
 This function returns the locale of the Flash Professional user interface. More...
 

Detailed Description

This service provides Flash application-level services.

Member Function Documentation

virtual FCM::Result _FCMCALL Application::Service::IFlashApplicationService::GetActiveFLADocument ( DOM::PIFLADocument &  pDocument)
pure virtual

This function returns the active FLA document.

Parameters
pDocument(OUT) Active FLA document
Returns
On success, FCM_SUCCESS is returned; else an error code is returned.
virtual FCM::Result _FCMCALL Application::Service::IFlashApplicationService::GetLanguageCode ( StringRep8 *  ppLanguageCode)
pure virtual

This function returns the locale of the Flash Professional user interface.

Parameters
ppLanguageCode(OUT) Five character code identifying the locale/language of the applications user interface. Following language codes are supported: "en_US", "ja_JP", "zh_CN", "zh_TW", "ko_KR", "nl_NL", "fr_FR", "de_DE", "it_IT", "es_ES", "sv_SE", "pt_BR", "cs_CZ", "pl_PL", "ru_RU", "tr_TR"
Returns
On success, FCM_SUCCESS is returned; else an error code is returned.
Note
The caller of this function must release the memory for 'ppLanguageCode' using IFCMCalloc::Free().
virtual FCM::Result _FCMCALL Application::Service::IFlashApplicationService::GetVersion ( FCM::U_Int32 version)
pure virtual

This function returns the Flash Professional version.

Parameters
version(OUT) FlashPro Version
Returns
On success, FCM_SUCCESS is returned; else an error code is returned.

The documentation for this class was generated from the following file: