FlashUIConfig Struct Reference

API published in: S60 3rd Ed FP 1


#include <
flash_ui.h>

Detailed Description

Structure containing configuration information for UI.

Data Fields

TBool iIsMMI
 ETrue if MMI is supported.
TBool iIsStubApp
 ETrue if is a stub application.
TFileName iContentFileName
 The swf file which accesses the MMI features.
TUint32 iContentChecksum
 Check sum for security.
const TDesC8 * iExtensions
 Name of the ECom plug-in.
const TDesC8 * iReserved1
 Reserved for future use.
TUint32 iReserved2
 Reserved for future use.

Field Documentation

TUint32 FlashUIConfig::iContentChecksum
 

Check sum for security.

TFileName FlashUIConfig::iContentFileName
 

The swf file which accesses the MMI features.

const TDesC8* FlashUIConfig::iExtensions
 

Name of the ECom plug-in.

TBool FlashUIConfig::iIsMMI
 

ETrue if MMI is supported.

TBool FlashUIConfig::iIsStubApp
 

ETrue if is a stub application.

const TDesC8* FlashUIConfig::iReserved1
 

Reserved for future use.

TUint32 FlashUIConfig::iReserved2
 

Reserved for future use.


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

Copyright © Nokia Corporation 2001-2008
Back to top