函数参考


_WinAPI_GetFilePointerEx

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.

注意/说明

None

相关

详情参考

在MSDN中搜索