|
JWSCL Documentation
|
procedure GetTokenInformation(hTokenHandle: TJwTokenHandle; TokenInformationClass: TTokenInformationClass; out TokenInformation: Pointer); virtual;
|
Parameters |
Description |
|
hTokenHandle: TJwTokenHandle |
receives the token handle |
|
out TokenInformation: Pointer |
contains the requested information. You must convert the type to the appropiate token type information class. |
|
aTokenInformationClass |
receives token class. Legend : o defines already implemented structures.
|
GetTokenInformation returns a buffer filled with token information.
|
Exceptions |
Description |
|
is raised if a call to GetTokenInformation failed. | |
|
is raised if the given token access rights is not enough to do the necessary work. In this case the token instance must be reopened with sufficient rights. | |
|
is raised if the token handle is invalid. Not opened or closed already. | |
|
is raised if a call to HeapAlloc failed because of not enough space. |
|
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!
|