[][src]Function winapi::um::winsvc::ChangeServiceConfigW

pub unsafe extern "system" fn ChangeServiceConfigW(
    hService: SC_HANDLE,
    dwServiceType: DWORD,
    dsStartType: DWORD,
    dwErrorControl: DWORD,
    lpBinaryPathName: LPCWSTR,
    lpLoadOrderGroup: LPCWSTR,
    lpdwTagId: LPDWORD,
    lpDependencies: LPCWSTR,
    lpServiceStartName: LPCWSTR,
    lpPassword: LPCWSTR,
    lpDisplayName: LPCWSTR
) -> BOOL