[DllImportAttribute("kernel32.dll", SetLastError = true)] public static bool IsWow64Process( IntPtr hProcess, ref bool Wow64Process )
<DllImportAttribute("kernel32.dll", SetLastError := true>] Public Shared Function IsWow64Process ( hProcess As IntPtr, ByRef Wow64Process As Boolean ) As Boolean
public: [DllImportAttribute(L"kernel32.dll", SetLastError = true)] static bool IsWow64Process( IntPtr hProcess, bool% Wow64Process )
[<DllImportAttribute("kernel32.dll", SetLastError = true)>] static member IsWow64Process : hProcess : IntPtr * Wow64Process : bool byref -> bool
GSF.Interop.WindowsApi.IsWow64Process = function(hProcess, Wow64Process);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.