EPOC   SDK Home Glossary Indexes Previous Next Up

MTUD_FUNCTION resource struct


STRUCT MTUD_FUNCTION — Defines a MTM-specific operation

Defined in

mtud.rh

Description

MTM-specific operations can be defined in UI Data MTM resource files. These structs are read by UI Data MTMs, usually through CBaseMtmUiData::ReadFunctionsFromResourceFileL().

Members

Name

Type

Default

Meaning

functiontext

LTEXT

“”

String, suitable for a menu, describing the operation

command

LONG

0

The ID that can be used to invoke the operation

key

LONG

none

Character code for a suggested hotkey for the operation

keymodifiers

BYTE

EMtudCtrl

Suggested key modifiers for the hotkey. See Key flags

flags

LONG

0

Flags setting characteristics of the operation: for details see Function flags

EPOC       SDK Home Glossary Indexes Previous Next Up