###User Defined Function###
_WinAPI_GetFileSizeEx

###Description###
Retrieves the size of the specified file

###Syntax###
#include <WinAPI.au3>
_WinAPI_GetFileSizeEx ( $hFile )


###Parameters###
@@ParamTable@@
$hFile
	Handle to the file whose size is to be returned
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	File size
Failure:	(-1), call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
None.


###Related###
_WinAPI_CloseHandle, _WinAPI_CreateFile, _WinAPI_FlushFileBuffers, _WinAPI_ReadFile, _WinAPI_SetEndOfFile, _WinAPI_SetFilePointer, _WinAPI_WriteFile


###See Also###
@@MsdnLink@@ GetFileSizeEx


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