Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <mtmconfig.rh>

Resource Struct MTM_SECURITY_CAPABILITY_SET

MTM_SECURITY_CAPABILITY_SET

Description

Defines the security capabilities required by clients to use the server MTM, e.g. for network access.

For platform secure versions of the OS, a resource of this type must be in the MTM resource file (at position three, following the MTM_CAPABILITIES resource), even if the MTM requires no additional capabilities to be defined.

LONG version = KMsvCurrentSecurityCapabilitySetVersion;

Structure version. The default value can be used.

LONG capabilities[];

Array of capabilities required to use the server MTM.

Each value should be a capability as defined in TCapability in e32capability.h.