Interface access: | publishedPartner | |
class TPluginInfo;
Description
Detailed information about a plugin.
Members
Defined in TPluginInfo
:
iDescription
Plugin's own description obtained from CCoreDumpFormatter->GetDescription() iLoaded
Plugin loaded state. iName
Plugin's own name. From rss file::IMPLEMENTATION_INFO::display_name
iSpare1
Reserved for future use iSpare2
iType
Plugin type : from TPluginRequest::TPluginType
iUid
Plugin's unique UID. From rss file::IMPLEMENTATION_INFO::implementation_uid ...iVersion
Plugin's own version. From rss file::IMPLEMENTATION_INFO::version_no
See also:
TPluginInfoBlock
Class used for transfering fixed sized blocks of plugin information between the ...
Interface access: | publishedPartner | Inherited from: TPluginInfo |
TUint iVersion;
Description
Plugin's own version. From rss file::IMPLEMENTATION_INFO::version_no
Interface access: | publishedPartner | Inherited from: TPluginInfo |
TUid iUid;
Description
Plugin's unique UID. From rss file::IMPLEMENTATION_INFO::implementation_uid
Interface access: | publishedPartner | Inherited from: TPluginInfo |
TBufC< (50) iName);
Description
Plugin's own name. From rss file::IMPLEMENTATION_INFO::display_name
Interface access: | publishedPartner | Inherited from: TPluginInfo |
TBufC< (250) iDescription);
Description
Plugin's own description obtained from CCoreDumpFormatter->GetDescription()
See also:
CCoreDumpFormatter
Definition of the ECOM Core Dump Formatting interface. The interface is pure vir...
Interface access: | publishedPartner | Inherited from: TPluginInfo |
TPluginRequest::TPluginType iType;
Description
Plugin type : from TPluginRequest::TPluginType
Interface access: | publishedPartner | Inherited from: TPluginInfo |
TBool iLoaded;
Description
Plugin loaded state.
Interface access: | internal to technology | |
TUint32 iSpare1;
Description
Reserved for future use
Interface access: | internal to technology | |
TUint32 iSpare2;
Description