Skip to main content

IMAGE_IMPORT_BY_NAME

Type Alias IMAGE_IMPORT_BY_NAME 

Source
pub type IMAGE_IMPORT_BY_NAME = _IMAGE_IMPORT_BY_NAME;

Aliased Type§

#[repr(C)]
pub struct IMAGE_IMPORT_BY_NAME { pub Hint: u16, pub Name: [i8; 1], }

Fields§

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