###User Defined Function###
_WinAPI_FileEncryptionStatus

###Description###
Retrieves the encryption status of the specified file.

###Syntax###
#include <WinAPIFiles.au3>
_WinAPI_FileEncryptionStatus ( $sFile )


###Parameters###
@@ParamTable@@
$sFile
	The name of the file to retrieve encryption status.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The encryption status ($FILE_*).
Failure 	(-1) and sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended code information.
@@End@@


###Remarks###
None


###Related###


###See Also###
@@MsdnLink@@ FileEncryptionStatus


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