SERVICE_TABLE_ENTRY

Type Alias SERVICE_TABLE_ENTRY 

Source
pub type SERVICE_TABLE_ENTRY = SERVICE_TABLE_ENTRYA;

Aliased Type§

#[repr(C)]
pub struct SERVICE_TABLE_ENTRY { 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)>