Retrieves the file pointer of the specified file
#include <WinAPIFiles.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 error code. |
Search ZwQueryInformationFile in MSDN Library.