###User Defined Function###
_WinAPI_GetPEType

###Description###
Retrieves a type of the machine for the specified portable executable (PE)

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_GetPEType ( $sFilePath )


###Parameters###
@@ParamTable@@
$sFilePath
	The full path of the PE whose machine type is to be retrieved.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	The machine type ($IMAGE_FILE_MACHINE_*).
Failure:	0 and sets the @error flag to non-zero.
@@End@@


###Remarks###
$IMAGE_FILE_MACHINE_* constants require #include <APIFilesConstants.au3>


###Related###
