We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543f21a commit 01d299aCopy full SHA for 01d299a
1 file changed
windows/types_windows.go
@@ -1976,6 +1976,12 @@ const (
1976
SYMBOLIC_LINK_FLAG_DIRECTORY = 0x1
1977
)
1978
1979
+// FILE_ZERO_DATA_INFORMATION from winioctl.h
1980
+type FileZeroDataInformation struct {
1981
+ FileOffset int64
1982
+ BeyondFinalZero int64
1983
+}
1984
+
1985
const (
1986
ComputerNameNetBIOS = 0
1987
ComputerNameDnsHostname = 1
0 commit comments