Retrieves the file pointer of the specified file.
#Include <WinAPIEx.au3>
_WinAPI_GetFilePointerEx ( $hFile )
$hFile | Handle to the file. |
Success | The byte offset from the beginning of the file of the current file pointer. |
Failure | 0 and sets the @error flag to non-zero, @extended flag may contain the NTSTATUS code. |
在MSDN中搜索