Click or drag to resize

WindowsApiGetTokenInformation(IntPtr, WindowsApiTOKEN_INFORMATION_CLASS, UInt32, UInt32, UInt32) Method

Win32 GetTokenInformation function.

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

Parameters

TokenHandle  IntPtr
 
TokenInformationClass  WindowsApiTOKEN_INFORMATION_CLASS
 
TokenInformation  UInt32
 
TokenInformationLength  UInt32
 
ReturnLength  UInt32
 

Return Value

Boolean
See Also