|
JWSCL Documentation
|
constructor CreateTokenEffective(const aDesiredAccess: TJwAccessMask); virtual;
|
Parameters |
Description |
|
const aDesiredAccess: TJwAccessMask |
Receives the desired access for this token. The access types can be get from the following list. Access flags must be concatenated with or operator. If you want to use DuplicateToken or creating an impersonated token (by ConvertToImpersonatedToken) you must specific TOKEN_DUPLICATE. The desired access rights of the new token. It can be MAXIMUM_ALLOWED to get the maximum possible access. See CreateTokenByProcess for a list of access rights. |
CreateTokenEffective opens a token of the current thread or process. If it can't open the thread token it opens the process token instead.
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|