![]() |
mtud.rh
DescriptionMTM-specific operations can be defined in UI Data MTM resource files. These structs are read by UI Data MTMs, usually through CBaseMtmUiData::ReadFunctionsFromResourceFileL().
|
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 |
Suggested key modifiers for the hotkey. See Key flags |
|
|
flags |
LONG |
0 |
Flags setting characteristics of the operation: for details see Function flags |
|
|