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
) -> BOOL
Expand description

Required features: ‘Win32_System_Services’, ‘Win32_Foundation’, ‘Win32_Security’