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