Seeks forward in a data stream initially accessed by using the _WinAPI_BackupRead() or _WinAPI_BackupWrite() function.
#Include <WinAPIEx.au3>
_WinAPI_BackupSeek ( $hFile, $iSeek, ByRef $iBytes, ByRef $pContext )
$hFile | Handle to the file or directory. |
$iSeek | The number of bytes to seek. |
$iBytes | The number of bytes the function actually seeks. |
$pContext | A pointer to an internal data structure. This structure must be the same structure that was initialized by the _WinAPI_BackupRead(). An application must not touch the contents of this structure. |
成功: | 返回 1. |
失败: | 返回 0 并设置 @error 标志为非 0 值. |
在MSDN中搜索