Home
last modified time | relevance | path

Searched defs:NTString (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dtypes_windows.go2496 type NTString struct { struct
2497 Length uint16
2498 MaximumLength uint16
2499 Buffer *byte
Dzsyscall_windows.go3626 func RtlInitString(destinationString *NTString, sourceString *byte) {