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: PCSTR,
lploadordergroup: PCSTR,
lpdwtagid: *mut u32,
lpdependencies: PCSTR,
lpservicestartname: PCSTR,
lppassword: PCSTR,
lpdisplayname: PCSTR
) -> BOOL
Expand description
Required features: "Win32_System_Services"
, "Win32_Foundation"
, "Win32_Security"