Type Definition pelite::pe32::image::Ordinal[][src]

type Ordinal = u16;

Ordinal type for imports and exports.

Trait Implementations

impl<'a, P: Pe<'a> + Copy> GetProcAddress<'a, Ordinal> for P
[src]

Convenient method to get an exported function. Read more

Convenient method to get the address of an exported function. Read more