GetTokenInformation (ADVAPI32.@)
BOOL GetTokenInformation ( HANDLE token, TOKEN_INFORMATION_CLASS tokeninfoclass, LPVOID tokeninfo, DWORD tokeninfolength, LPDWORD retlen )
Get a type of information about an access token.
token | [In] | Handle from OpenProcessToken or OpenThreadToken. |
tokeninfoclass | [In] | A TOKEN_INFORMATION_CLASS from "winnt.h". |
tokeninfo | [Out] | Destination for token information. |
tokeninfolength | [In] | Length of tokeninfo. |
retlen | [Out] | Destination for returned token information length. |
Success: TRUE. tokeninfo contains retlen bytes of token information
Failure: FALSE.
Defined in "winbase.h".
Implemented in "dlls/advapi32/security.c". source.winehq.org/source/dlls/advapi32/security.c
Debug channel "advapi".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.