Searched defs:NTString (Results 1 – 2 of 2) sorted by relevance
2496 type NTString struct { struct2497 Length uint162498 MaximumLength uint162499 Buffer *byte
3626 func RtlInitString(destinationString *NTString, sourceString *byte) {