Struct winapi::um::subauth::UNICODE_STRING [−][src]
#[repr(C)]pub struct UNICODE_STRING {
pub Length: USHORT,
pub MaximumLength: USHORT,
pub Buffer: PWSTR,
}
Fields
Length: USHORT
MaximumLength: USHORT
Buffer: PWSTR
Trait Implementations
Returns the “default value” for a type. Read more