IsWow64Message function Null safety user32
Determines whether the last message read from the current thread's queue originated from a WOW64 process.
BOOL IsWow64Message();
Implementation
int IsWow64Message() => _IsWow64Message();
Determines whether the last message read from the current thread's queue originated from a WOW64 process.
BOOL IsWow64Message();
int IsWow64Message() => _IsWow64Message();