IsWow64Message function user32

int IsWow64Message()

Determines whether the last message read from the current thread's queue originated from a WOW64 process.

BOOL IsWow64Message();

Implementation

int IsWow64Message() => _IsWow64Message();