Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <mtmconfig.rh>

Resource Struct MTM_COMPONENT

MTM_COMPONENT

Description

Provides MTM component information for a MTM data file.

This is withdrawn in platform secure versions of the OS: use MTM_COMPONENT_V2.

LTEXT human_readable_name = "";

Text string name for the MTM component.

LONG component_uid;

UID that specifies the type (client, server, UI, UI data) of the MTM component.

Suitable UID values are KUidMtmClientComponentVal, KUidMtmServerComponentVal, KUidMtmUiComponentVal, and KUidMtmUiDataComponentVal, all defined in msvstd.hrh.

LONG specific_uid;

UID that specifically identifies this MTM component.

WORD entry_point;

Ordinal of the MTM's entry point function.

When each component, is in a separate DLL, this value is typically 1 (indicating that the first exported function should be called to create the MTM object).

STRUCT version;

Version information for the MTM component.

This should be a VERSION resource.