Function Reference


_WinAPI_IsWow64Process

Show description in

Determines whether the specified process is running under WOW64

#include <WinAPIProc.au3>
_WinAPI_IsWow64Process ( [$iPID = 0] )

Parameters

$iPID [optional] The PID of the process. Default (0) is the current process.

Return Value

Success: True - The process is running under WOW64.
False - Otherwise.
Failure: Sets the @error flag to non-zero, call _WinAPI_GetLastError() to get extended error information.

See Also

Search IsWow64Process in MSDN Library.