Type Alias IMAGE_IMPORT_BY_NAME

Source
pub type IMAGE_IMPORT_BY_NAME = _IMAGE_IMPORT_BY_NAME;

Aliased Type§

struct IMAGE_IMPORT_BY_NAME {
    pub Hint: u16,
    pub Name: [i8; 1],
}

Fields§

§Hint: u16§Name: [i8; 1]