[DllImportAttribute("kernel32.dll", SetLastError = true)] public static IntPtr GetCurrentProcess()
<DllImportAttribute("kernel32.dll", SetLastError := true>] Public Shared Function GetCurrentProcess As IntPtr
public: [DllImportAttribute(L"kernel32.dll", SetLastError = true)] static IntPtr GetCurrentProcess()
[<DllImportAttribute("kernel32.dll", SetLastError = true)>] static member GetCurrentProcess : unit -> IntPtr
GSF.Interop.WindowsApi.GetCurrentProcess = function();
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.