| 
            
              WindowsApiIsWow64Process Method
             | 
          
        
        
            Win32 IsWow64Process function.
            
        
        Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntax[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 Booleanpublic:
[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);
 View SourceParameters
- hProcess  IntPtr
 -  
 - Wow64Process  Boolean
 -  
 
Return Value
Boolean
See Also