Type Alias MONCONVSTRUCT

Source
pub type MONCONVSTRUCT = tagMONCONVSTRUCT;

Aliased Type§

struct MONCONVSTRUCT {
    pub cb: u32,
    pub fConnect: i32,
    pub dwTime: u32,
    pub hTask: *mut c_void,
    pub hszSvc: *mut HSZ__,
    pub hszTopic: *mut HSZ__,
    pub hConvClient: *mut HCONV__,
    pub hConvServer: *mut HCONV__,
}

Fields§

§cb: u32§fConnect: i32§dwTime: u32§hTask: *mut c_void§hszSvc: *mut HSZ__§hszTopic: *mut HSZ__§hConvClient: *mut HCONV__§hConvServer: *mut HCONV__