###User Defined Function###
_WinAPI_IsWow64Process

###Description###
Determines whether the specified process is running under WOW64.

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


###Parameters###
@@ParamTable@@
$PID
	[optional] The PID of the process. Default (0) is the current process.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	True - The process is running under WOW64.
	False - Otherwise.
Failure 	Sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ IsWow64Process
