Type Alias MONERRSTRUCT

Source
pub type MONERRSTRUCT = tagMONERRSTRUCT;

Aliased Type§

struct MONERRSTRUCT {
    pub cb: u32,
    pub wLastError: u32,
    pub dwTime: u32,
    pub hTask: *mut c_void,
}

Fields§

§cb: u32§wLastError: u32§dwTime: u32§hTask: *mut c_void