TSecurityInfo Class Reference
Detailed Description
Class representing all security attributes of a process or DLL. These comprise a set of capabilities, a Secure ID and a Vendor ID.
Member Attribute Documentation
Constructor & Destructor Documentation
TSecurityInfo ( )
Default constructor. This leaves the object in an undefned state.
TSecurityInfo ( RProcess )
Construct a TSecurityInfo setting it to the security attributes of aProcess.
Parameter | Description | aProcess | A process. |
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.
Parameter | Description | aThread | A thread. |
TSecurityInfo ( RMessagePtr2 )
Construct a TSecurityInfo setting it to the security attributes of the process which sent the message aMsgPtr
Parameter | Description | aMesPtr | a message |
Member Function Documentation
Set ( RProcess )
Constructs a TSecurityInfo using the security attributes of aProcess
Set ( RThread )
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.