pub type ARRAYDESC = tagARRAYDESC;
Aliased Type§
#[repr(C)]pub struct ARRAYDESC {
pub tdescElem: tagTYPEDESC,
pub cDims: u16,
pub rgbounds: [tagSAFEARRAYBOUND; 1],
}
Fields§
§tdescElem: tagTYPEDESC
§cDims: u16
§rgbounds: [tagSAFEARRAYBOUND; 1]