This service provides Flash application-level services.
More...
#include <IFlashApplicationService.h>
This service provides Flash application-level services.
- Deprecated:
- This interface is deprecated. Please use IApplicationService.
virtual FCM::Result _FCMCALL Application::Service::IFlashApplicationService::GetActiveFLADocument |
( |
DOM::PIFLADocument & |
pDocument | ) |
|
|
pure virtual |
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().
- Deprecated:
- This function is deprecated. Please use IApplicationService::GetLanguageCode().
This function returns the Flash Professional version.
- Parameters
-
version | (OUT) FlashPro Version |
- Note
- "version" is a 32-bit integer. Version can be converted into form Major.Minor.Maintenance.Build, by doing the following:
((version >> 24) & 0xFF) gives the Major number. ((version >> 16) & 0xFF) gives the Minor number. ((version >> 8) & 0xFF) gives the Maintenance number. ((version ) & 0xFF) gives the Build number.
- Returns
- On success, FCM_SUCCESS is returned; else an error code is returned.
- Deprecated:
- This function is deprecated. Please use IApplicationService::GetVersion().
The documentation for this class was generated from the following file: