#include <e32cmn.h>
class TSecureId |
Public Attributes | |
---|---|
TUint32 | iId |
Public Member Functions | |
---|---|
TSecureId() | |
TSecureId(TUint32) | |
TSecureId(TUid) | |
operator TUid() | |
operator TUint32() |
A class used to represent the Secure ID of a process or executable image.
Constructors and conversion operators are provided to enable conversion of this class to and from both TUint32 and TUid objects.
const TSecureId MyId=0x1234567use
_LIT_SECURE_ID(MyId,0x1234567)
See also: _LIT_SECURE_ID
TUint32 | iId |