User32IsWow64Message Method
Determines whether the last message read from the current thread's queue originated from a WOW64 process.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("User32.dll", SetLastError = true)]
public static bool IsWow64Message()
<DllImportAttribute("User32.dll", SetLastError := true>]
Public Shared Function IsWow64Message As Boolean
Dim returnValue As Boolean
returnValue = User32.IsWow64Message()
public:
[DllImportAttribute(L"User32.dll", SetLastError = true)]
static bool IsWow64Message()
[<DllImportAttribute("User32.dll", SetLastError = true)>]
static member IsWow64Message : unit -> bool
No code example is currently available or this language may not be supported.
Return Value
Boolean if the last message read from the current thread's queue originated from a WOW64 process,
otherwise.