Click or drag to resize

WindowsApi.GetTokenInformation(IntPtr, WindowsApi.TOKEN_INFORMATION_CLASS, UInt32, UInt32, UInt32) Method

Win32 GetTokenInformation function.

Namespace: GSF.Interop
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
Syntax
[DllImportAttribute("advapi32.dll", SetLastError = true)]
public static bool GetTokenInformation(
	IntPtr TokenHandle,
	WindowsApi.TOKEN_INFORMATION_CLASS TokenInformationClass,
	ref uint TokenInformation,
	uint TokenInformationLength,
	out uint ReturnLength
)
View Source

Parameters

TokenHandle  IntPtr
 
TokenInformationClass  WindowsApi.TOKEN_INFORMATION_CLASS
 
TokenInformation  UInt32
 
TokenInformationLength  UInt32
 
ReturnLength  UInt32
 

Return Value

Boolean
See Also