Function Reference


_WinAPI_GetFileInformationByHandleEx

Retrieves file information for the specified file

#include <WinAPIFiles.au3>
_WinAPI_GetFileInformationByHandleEx ( $hFile )

Parameters

$hFile Handle to the file that contains the information to be retrieved.

Return Value

Success: $tagFILEINFO structure containing information for a file.
Failure: Sets the@error flag to non-zero.

See Also

Search ZwQueryInformationFile in MSDN Library.