###User Defined Function###
_WinAPI_GetBinaryType

###Description###
Determines whether a file is an executable (.exe) file, and if so, which subsystem runs the executable file

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


###Parameters###
@@ParamTable@@
$sFilePath
	The full path of the file whose executable type is to be determined.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	1 - The file is executable, @extended flag will be contain one of the $SCS_* constants to indicate the file's executable type.
Failure:	0, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


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


###Related###
None.


###See Also###
@@MsdnLink@@ GetBinaryType


###Example###
@@IncludeExample@@
