Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <e32property.h>

e32property.h Global variables

KUidSystemCategoryValue

const TInt32 KUidSystemCategoryValue=0x101f75b6;

Description

Property category UID value reserved for System services.

[Top]


KUidSystemCategory

const TUid KUidSystemCategory={KUidSystemCategoryValue};

Description

Property category UID reserved for System services

[Top]


KUidSecurityThresholdCategoryValue

const TInt32 KUidSecurityThresholdCategoryValue=0x10273357;

Description

The lowest value for Property categories at which additional security restrictions are applied when defining properties.

Properties with category values above this threshold may only be defined if the category matches the defining process's Secure ID.

Below this threashold, properties may be defined either by processes with a matching Secure ID, or by processes with the WriteDeviceData capability.