###User Defined Function###
_WinAPI_GetCompressedFileSize

###Description###
Retrieves the actual number of bytes of disk storage used to store a specified file.

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


###Parameters###
@@ParamTable@@
$sFilePath
	The name of the file.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success 	The actual number of bytes of disk storage.
Failure 	0 and sets the @error flag to non-zero, @extended contain the system last error.
@@End@@


###Remarks###
If the file is not located on a volume that supports compression or sparse files, or if the file is not compressed or a sparse file, the value obtained is the actual file size.


###Related###


###See Also###
@@MsdnLink@@ GetCompressedFileSize
