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