Function windows_sys::Win32::System::Services::ChangeServiceConfigA
[−]pub unsafe extern "system" fn ChangeServiceConfigA(
hservice: SC_HANDLE,
dwservicetype: u32,
dwstarttype: SERVICE_START_TYPE,
dwerrorcontrol: SERVICE_ERROR,
lpbinarypathname: PSTR,
lploadordergroup: PSTR,
lpdwtagid: *mut u32,
lpdependencies: PSTR,
lpservicestartname: PSTR,
lppassword: PSTR,
lpdisplayname: PSTR
) -> BOOLExpand description
Required features: ‘Win32_System_Services’, ‘Win32_Foundation’, ‘Win32_Security’
