win32process.IsWow64Process
bool = IsWow64Process(Process)
Determines whether the specified process is running under WOW64.
Parameters
Return Value
If this function is not provided by the operating system, the return value is False (ie, a NotImplemented exception will never be thrown). However, if the function exists but fails, a win32process.error exception is thrown as normal.