windows: add FILE_ZERO_DATA_INFORMATION#261
Conversation
This is needed for invoking windows.DeviceIoControl with windows.FSCTL_SET_ZERO_DATA.
|
This PR (HEAD: 01d299a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/698436. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
|
Message from Thomas Gibson-Robinson: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
|
Message from Quim Muntal: Patch Set 2: Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
|
Message from Go LUCI: Patch Set 2: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2025-09-04T13:34:18Z","revision":"61d89b433af9a316678651c5e8fdb50ff3b9542e"} Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
|
Message from Quim Muntal: Patch Set 2: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
|
Message from Go LUCI: Patch Set 2: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
|
Message from Go LUCI: Patch Set 2: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
|
Message from Michael Pratt: Patch Set 2: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
|
Message from Michael Pratt: Patch Set 2: Auto-Submit+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/698436. |
This is needed for invoking windows.DeviceIoControl with windows.FSCTL_SET_ZERO_DATA. Change-Id: I20f93a40a86b92e6bdeeec096ffc0245e8184672 GitHub-Last-Rev: 01d299a GitHub-Pull-Request: #261 Reviewed-on: https://go-review.googlesource.com/c/sys/+/698436 Auto-Submit: Michael Pratt <mpratt@google.com> Reviewed-by: Quim Muntal <quimmuntal@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
|
This PR is being closed because golang.org/cl/698436 has been merged. |
This is needed for invoking windows.DeviceIoControl with
windows.FSCTL_SET_ZERO_DATA.