winapi::shared::ntdef

Type Alias CANSI_STRING

Source
pub type CANSI_STRING = STRING;

Aliased Type§

struct CANSI_STRING {
    pub Length: u16,
    pub MaximumLength: u16,
    pub Buffer: *mut i8,
}

Fields§

§Length: u16§MaximumLength: u16§Buffer: *mut i8