문제

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