|
WindowsApiOpenProcessToken Method
|
Win32 OpenProcessToken function.
Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
SyntaxGSF.Interop.WindowsApi.OpenProcessToken = function(ProcessHandle, DesiredAccess, TokenHandle);
View SourceParameters
- ProcessHandle IntPtr
-
- DesiredAccess UInt32
-
- TokenHandle IntPtr
-
Return Value
Boolean
See Also