TSecurityInfo Class Reference
Class representing all security attributes of a process or DLL. These comprise a set of capabilities, a Secure ID and a Vendor ID.
Constructor & Destructor Documentation
TSecurityInfo()
TSecurityInfo
|
(
|
)
|
[inline]
|
Default constructor. This leaves the object in an undefned state.
TSecurityInfo(RProcess)
IMPORT_C
|
TSecurityInfo
|
(
|
RProcess
|
aProcess
|
)
|
|
Construct a
TSecurityInfo
setting it to the security attributes of aProcess.
TSecurityInfo(RThread)
IMPORT_C
|
TSecurityInfo
|
(
|
RThread
|
aThread
|
)
|
|
Construct a
TSecurityInfo
setting it to the security attributes to those of the process owning the specified thread.
TSecurityInfo(RMessagePtr2)
Construct a
TSecurityInfo
setting it to the security attributes of the process which sent the message aMsgPtr
Member Functions Documentation
Set(RProcess)
Constructs a
TSecurityInfo
using the security attributes of aProcess
Set(RThread)
void
|
Set
|
(
|
RThread
|
aThread
|
)
|
[inline]
|
Constructs a
TSecurityInfo
using the security attributes of the process owning aThread
Set(RMessagePtr2)
Constructs a
TSecurityInfo
using the security attributes of the process which sent the message aMsgPtr
SetToCreatorInfo()
IMPORT_C void
|
SetToCreatorInfo
|
(
|
)
|
|
Sets this
TSecurityInfo
to the security attributes of this process' creator.
SetToCurrentInfo()
void
|
SetToCurrentInfo
|
(
|
)
|
[inline]
|
Sets this
TSecurityInfo
to the security attributes of this process.
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.