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