Type Alias NT_TIB32

Source
pub type NT_TIB32 = _NT_TIB32;

Aliased Type§

struct NT_TIB32 {
    pub ExceptionList: u32,
    pub StackBase: u32,
    pub StackLimit: u32,
    pub SubSystemTib: u32,
    pub __bindgen_anon_1: _NT_TIB32__bindgen_ty_1,
    pub ArbitraryUserPointer: u32,
    pub Self_: u32,
}

Fields§

§ExceptionList: u32§StackBase: u32§StackLimit: u32§SubSystemTib: u32§__bindgen_anon_1: _NT_TIB32__bindgen_ty_1§ArbitraryUserPointer: u32§Self_: u32