Struct winapi::shared::ntdef::CSTRING [−][src]
#[repr(C)]pub struct CSTRING {
pub Length: USHORT,
pub MaximumLength: USHORT,
pub Buffer: *const c_char,
}
Fields
Length: USHORT
MaximumLength: USHORT
Buffer: *const c_char