Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <mtmconfig.rh>

Resource Struct MTM_CAPABILITIES

MTM_CAPABILITIES

Description

Resource to specify flags for whether the MTM can handle body text, and can send messages.

This should be the second resource in the registration file, following the MTM_INFO_FILE resource.

BYTE send_capability;

Flag that if true indicates that the MTM can send messages.

BYTE body_capability;

Flag that if true indicates that the MTM can handle body text.