Funktionreferenz


_WinAPI_GetFileInformationByHandleEx


Retrieves file information for the specified file

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

Parameter

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

Rückgabewert

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

Bemerkungen

None.

Siehe auch

Suche nach ZwQueryInformationFile in der MSDN Bibliothek.