wininet: Partially implement InternetSetFilePointer.
commit00ea06977717447cf7b65aada8d2e449f1aebfec
authorJason Kuo <j20001970@gmail.com>
Sat, 5 Nov 2022 09:14:16 +0000 (5 17:14 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Feb 2023 09:13:38 +0000 (6 10:13 +0100)
tree418ab86eee58c537b176fcdf7f356f3b0f9de3c4
parentcf553129c2a57efcfbb5132e2f52a5e5319b9746
wininet: Partially implement InternetSetFilePointer.

The function is implemented by setting the newly added contentPos
that keep track of current read position in the content, when
InternetReadFile related function is called, data will be read from
req_file->file_handle before continuing reading from http stream.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=26570
dlls/wininet/ftp.c
dlls/wininet/http.c
dlls/wininet/internet.c
dlls/wininet/internet.h