Struct windows_sys::Win32::System::Services::SERVICE_TABLE_ENTRYA
#[repr(C)]pub struct SERVICE_TABLE_ENTRYA {
pub lpServiceName: PSTR,
pub lpServiceProc: LPSERVICE_MAIN_FUNCTIONA,
}Expand description
Required features: "Win32_System_Services"
Fields§
§lpServiceName: PSTR§lpServiceProc: LPSERVICE_MAIN_FUNCTIONA