Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32cmn.h

_LIT_SECURITY_POLICY_FAIL

_LIT_SECURITY_POLICY_FAIL (n) const TStaticSecurityPolicy n = _INIT_SECURITY_POLICY_FAIL

Description

Macro for compile-time definition of a security policy object that always fails. That is, checks against this policy will always fail, irrespective of the security attributes of the item being checked.

The object declared has an implicit conversion to const TSecurityPolicy&. Taking the address of the object will return a const TSecurityPolicy*. Explicit conversion to const TSecurityPolicy& may be effected by using the function call operator n().

Parameters

n

Name to use for policy object