Retrieves file information for the specified file
#include <WinAPIFiles.au3>
_WinAPI_GetFileInformationByHandleEx ( $hFile )
$hFile | Handle to the file that contains the information to be retrieved. |
Success: | $tagFILEINFO structure containing information for a file. |
Failure: | Sets the@error flag to non-zero. |
Search ZwQueryInformationFile in MSDN Library.