Type Alias SERVICE_TABLE_ENTRYA

Source
pub type SERVICE_TABLE_ENTRYA = _SERVICE_TABLE_ENTRYA;

Aliased Type§

struct SERVICE_TABLE_ENTRYA {
    pub lpServiceName: *mut i8,
    pub lpServiceProc: Option<unsafe extern "C" fn(_: u32, _: *mut *mut i8)>,
}

Fields§

§lpServiceName: *mut i8§lpServiceProc: Option<unsafe extern "C" fn(_: u32, _: *mut *mut i8)>