How to read and write data directly from disk partition on Windows with random access?

StackOverflow https://stackoverflow.com/questions/12538767

  •  03-07-2021
  •  | 
  •  

Вопрос

I can open a disk, and do some reads and writes (described here: How do I read a disk directly with .Net?), but I don't know how to seek.

Это было полезно?

Решение

The API function you are looking for is SetFilePointerEx.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top