pub unsafe extern "system" fn ChangeServiceConfigW(
    hservice: SC_HANDLE,
    dwservicetype: u32,
    dwstarttype: SERVICE_START_TYPE,
    dwerrorcontrol: SERVICE_ERROR,
    lpbinarypathname: PWSTR,
    lploadordergroup: PWSTR,
    lpdwtagid: *mut u32,
    lpdependencies: PWSTR,
    lpservicestartname: PWSTR,
    lppassword: PWSTR,
    lpdisplayname: PWSTR
) -> BOOL
Expand description

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