Struct windows_sys::Win32::Foundation::UNICODE_STRING
#[repr(C)]pub struct UNICODE_STRING {
pub Length: u16,
pub MaximumLength: u16,
pub Buffer: PWSTR,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Length: u16
§MaximumLength: u16
§Buffer: PWSTR