Function windows_sys::Win32::System::Services::ChangeServiceConfigA

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